plexamp: 3.4.3 -> 3.4.4

This commit is contained in:
Patrick Hilhorst 2021-03-16 13:25:12 +01:00
parent ce3ab330b9
commit 6ef898a1b2
No known key found for this signature in database
GPG Key ID: 3BB083304DADC0FF

View File

@ -2,13 +2,13 @@
let
pname = "plexamp";
version = "3.4.3";
version = "3.4.4";
name = "${pname}-${version}";
src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name="${pname}-${version}.AppImage";
sha256 = "1rzhrc5yr5f6bxydgmcjwrg85vkbkn6lqj72512lyhq5gg7zmm1w";
sha256 = "1iz6qi12ljafb49l73rba5rwi5sdbd8ck5h2r6jiy260lgr2iiyk";
};
appimageContents = appimageTools.extractType2 {