summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2022-12-06 00:24:02 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2022-12-06 00:24:02 +0000
commit602733331fe760fe777826e72d852e49c33f59e8 (patch)
treede0d3aafc3b473f8a7a0b7edb1ce4d3471ee7e6e
parentb786c2bf9c574fcf66d763458d35a1f94edbefc5 (diff)
downloadnixpkgs-602733331fe760fe777826e72d852e49c33f59e8.tar
nixpkgs-602733331fe760fe777826e72d852e49c33f59e8.tar.gz
nixpkgs-602733331fe760fe777826e72d852e49c33f59e8.tar.bz2
nixpkgs-602733331fe760fe777826e72d852e49c33f59e8.tar.lz
nixpkgs-602733331fe760fe777826e72d852e49c33f59e8.tar.xz
nixpkgs-602733331fe760fe777826e72d852e49c33f59e8.tar.zst
nixpkgs-602733331fe760fe777826e72d852e49c33f59e8.zip
plexamp: 4.5.2 -> 4.6.1
-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 ae9ab6229e2..df008d1cfb3 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "4.5.2";
+  version = "4.6.1";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "/0CW5S5n4xh9FF/Sfxl3H0bNCpbUfz4ik4ptVTIwvEcXw2NoKS5dLxFSTn9lfVZAV+UfzSqcrWH5HknN+o5wQw==";
+    sha512 = "9wkhSDn7kvj6pqCawTJDBO8HfYe8eEYtAR1Bi9/fxiOBXRYUUHEZzSGLF9QoTVYMuGGHeX35c+QvnA2VsdsWCw==";
   };
 
   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/47";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/48";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];