summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Fontaine <andrew@afontaine.ca>2021-01-31 22:21:43 -0500
committerAndrew Fontaine <andrew@afontaine.ca>2021-01-31 22:21:43 -0500
commit8595b3af9961a3099552209dfaae92ab748e33a8 (patch)
treefc3ecc366d58853bd66bf0c12265326c7a308ebb
parent86d5d9650d39128b028d0de33c5354cc20bb4608 (diff)
plexamp: 3.3.1 -> 3.4.1
Update to latest release https://forums.plex.tv/t/plexamp-release-notes/221280/last
-rw-r--r--pkgs/applications/audio/plexamp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/plexamp/default.nix b/pkgs/applications/audio/plexamp/default.nix
index 2c33584e3621..c484f6e19247 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -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 {