summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-02-01 11:09:21 +0100
committerGitHub <noreply@github.com>2021-02-01 11:09:21 +0100
commit1b926b19671b4b545329346db09b5bbd11a97db5 (patch)
tree53a789e72522ffa8d625ad3722b0936f8f4afa4e
parent35a6e32b40fce6ff2352ef756d1433841e342403 (diff)
parent8595b3af9961a3099552209dfaae92ab748e33a8 (diff)
Merge pull request #111521 from afontaine/bump-plexamp-3-4-1
plexamp: 3.3.1 -> 3.4.1
-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 {