plexamp: 3.3.1 -> 3.4.1

Update to latest release

https://forums.plex.tv/t/plexamp-release-notes/221280/last
This commit is contained in:
Andrew Fontaine 2021-01-31 22:21:43 -05:00
parent 86d5d9650d
commit 8595b3af99
No known key found for this signature in database
GPG Key ID: 7D1798E369A7C55D

View File

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