about summary refs log tree commit diff
path: root/pkgs/applications/audio/plexamp
diff options
context:
space:
mode:
authorPiper McCorkle <contact@piperswe.me>2021-10-08 16:15:05 -0500
committerPiper McCorkle <contact@piperswe.me>2021-10-08 16:18:02 -0500
commit757d3b91a6cac8a3668bd003aa62c041022432f1 (patch)
tree6f68171d3f4f6989c39d8da88f0adef3530939f4 /pkgs/applications/audio/plexamp
parent014ead45df9eab027afed5273edafd854adb42a1 (diff)
plexamp: update hash due to silent release
Diffstat (limited to 'pkgs/applications/audio/plexamp')
-rw-r--r--pkgs/applications/audio/plexamp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/plexamp/default.nix b/pkgs/applications/audio/plexamp/default.nix
index 81912379de1d9..c542517797e70 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -8,7 +8,7 @@ let
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "n+ZFfKYUx6silpH4bGNRdh5JJPchjKNzFLAhZQPecK2DkmygY35/ZYUNSBioqxuGKax+I/mY5podmQ5iD95ohQ==";
+    sha512 = "jKuuM1vQANGYE2W0OGl+35mB1ve5K/xPcBTk2O1azPRBDlRVU0DHRSQy2T71kwhxES1ASRt91qAV/dATk6oUkw==";
   };
 
   appimageContents = appimageTools.extractType2 {