summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2022-11-05 00:21:15 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2022-11-05 00:21:15 +0000
commitf3186e4857e41f507dfa5273b4c3999dda7b87a0 (patch)
tree1f1f9d870ba6772fe2e1a7ffdf893c62bc689e49
parent05fb221490cc97ba3299577d369f73d534f9a38e (diff)
downloadnixpkgs-f3186e4857e41f507dfa5273b4c3999dda7b87a0.tar
nixpkgs-f3186e4857e41f507dfa5273b4c3999dda7b87a0.tar.gz
nixpkgs-f3186e4857e41f507dfa5273b4c3999dda7b87a0.tar.bz2
nixpkgs-f3186e4857e41f507dfa5273b4c3999dda7b87a0.tar.lz
nixpkgs-f3186e4857e41f507dfa5273b4c3999dda7b87a0.tar.xz
nixpkgs-f3186e4857e41f507dfa5273b4c3999dda7b87a0.tar.zst
nixpkgs-f3186e4857e41f507dfa5273b4c3999dda7b87a0.zip
plexamp: 4.4.0 -> 4.5.2
-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 6c9a3aa418f..ae9ab6229e2 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "4.4.0";
+  version = "4.5.2";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "VYdeZUgVWDce9XGyf5AnwPV/Ja6p2i3IRAcnSj7J7KqTUdgoNsPl4gqs4HcdrSCEX8PfloimJihoBuEKtgXcNA==";
+    sha512 = "/0CW5S5n4xh9FF/Sfxl3H0bNCpbUfz4ik4ptVTIwvEcXw2NoKS5dLxFSTn9lfVZAV+UfzSqcrWH5HknN+o5wQw==";
   };
 
   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/46";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/47";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];