plexamp: 3.2.0 -> 3.3.1

Release notes: https://forums.plex.tv/t/plexamp-release-notes/221280/20
This commit is contained in:
Andrew Fontaine 2020-11-05 19:04:07 -05:00 committed by Jonathan Ringer
parent 37c564ae50
commit 52b180ad54

View File

@ -2,13 +2,13 @@
let
pname = "plexamp";
version = "3.2.0";
version = "3.3.1";
name = "${pname}-${version}";
src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
sha256 = "R1BhobnwoU7oJ7bNes8kH2neXqHlMPbRCNjcHyzUPqo=";
name="${pname}-${version}.AppImage";
sha256 = "6/asP8VR+rJ52lKKds46gSw1or9suUEmyR75pjdWHIQ=";
};
appimageContents = appimageTools.extractType2 {