summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2023-09-14 00:27:01 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2023-09-14 00:27:01 +0000
commit246ab60dd47d88709c1862dd364c8c35a955ff48 (patch)
tree517af64ba47a797c685e2310f0af6ece7ea2ddd7
parentfce23b34d25ae83b83ee95879c51dce4c518b8c2 (diff)
downloadnixpkgs-246ab60dd47d88709c1862dd364c8c35a955ff48.tar
nixpkgs-246ab60dd47d88709c1862dd364c8c35a955ff48.tar.gz
nixpkgs-246ab60dd47d88709c1862dd364c8c35a955ff48.tar.bz2
nixpkgs-246ab60dd47d88709c1862dd364c8c35a955ff48.tar.lz
nixpkgs-246ab60dd47d88709c1862dd364c8c35a955ff48.tar.xz
nixpkgs-246ab60dd47d88709c1862dd364c8c35a955ff48.tar.zst
nixpkgs-246ab60dd47d88709c1862dd364c8c35a955ff48.zip
plexamp: 4.8.2 -> 4.8.3
-rw-r--r--pkgs/applications/audio/plexamp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/plexamp/default.nix b/pkgs/applications/audio/plexamp/default.nix
index d39b0217dc8..b32f2f48f3a 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "4.8.2";
+  version = "4.8.3";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "7NQmH42yzItReQ5WPdcbNPr/xed74H4UyDNlX5PGmoJRBpV1RdeuW1KRweIWfYNhw0KeqULVTjr/aCggoWp4WA==";
+    sha512 = "CrSXmRVatVSkMyB1QaNSL/tK60rQvT9JraRtYYLl0Fau3M1LJXK9yqvt77AjwIwIvi2Dm5SROG+c4rA1XtI4Yg==";
   };
 
   appimageContents = appimageTools.extractType2 {
@@ -33,7 +33,7 @@ in appimageTools.wrapType2 {
   meta = with lib; {
     description = "A beautiful Plex music player for audiophiles, curators, and hipsters";
     homepage = "https://plexamp.com/";
-    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/52";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/53";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];