summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2023-05-16 20:28:25 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2023-05-16 20:28:25 +0000
commit826e69915ab0a0ba2d3ea934cde439ae2eecba07 (patch)
tree80072878744e2dca0a0c54edcfe4ee153e76fb36
parent5b973b9f07c586dfade51f6736db166f5b97d97c (diff)
downloadnixpkgs-826e69915ab0a0ba2d3ea934cde439ae2eecba07.tar
nixpkgs-826e69915ab0a0ba2d3ea934cde439ae2eecba07.tar.gz
nixpkgs-826e69915ab0a0ba2d3ea934cde439ae2eecba07.tar.bz2
nixpkgs-826e69915ab0a0ba2d3ea934cde439ae2eecba07.tar.lz
nixpkgs-826e69915ab0a0ba2d3ea934cde439ae2eecba07.tar.xz
nixpkgs-826e69915ab0a0ba2d3ea934cde439ae2eecba07.tar.zst
nixpkgs-826e69915ab0a0ba2d3ea934cde439ae2eecba07.zip
plexamp: 4.6.2 -> 4.7.4
-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 553ceb8be95..5c132581973 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "4.6.2";
+  version = "4.7.4";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "xGmE/ikL3ez0WTJKiOIcB5QtI7Ta9wq1Qedy9albWVpCS04FTnxQH5S0esTXw6j+iDTD8Lc2JbOhw8tYo/zRXg==";
+    sha512 = "TZ7JNSrUtsqnH+fWIcd1v4fY0jPnMV7nqV/QsbD7ZpqIBCkN3R9WQvc/E9gah163Ab40g9CmdghTGo3v8VW2Rw==";
   };
 
   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/49";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/50";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];