summary refs log tree commit diff
path: root/pkgs/applications/audio/plexamp
diff options
context:
space:
mode:
authorupkeep-bot <foo@bar.com>2021-07-02 22:54:40 +0000
committerupkeep-bot <foo@bar.com>2021-07-02 22:54:40 +0000
commit843b476af166dda6f1a336e760aeb0bc2cdd6ecc (patch)
tree065641c4c322667dea1e4c5e97332a48f5289da7 /pkgs/applications/audio/plexamp
parente23072af788bc0cde5004f6232b898f12d26df95 (diff)
downloadnixpkgs-843b476af166dda6f1a336e760aeb0bc2cdd6ecc.tar
nixpkgs-843b476af166dda6f1a336e760aeb0bc2cdd6ecc.tar.gz
nixpkgs-843b476af166dda6f1a336e760aeb0bc2cdd6ecc.tar.bz2
nixpkgs-843b476af166dda6f1a336e760aeb0bc2cdd6ecc.tar.lz
nixpkgs-843b476af166dda6f1a336e760aeb0bc2cdd6ecc.tar.xz
nixpkgs-843b476af166dda6f1a336e760aeb0bc2cdd6ecc.tar.zst
nixpkgs-843b476af166dda6f1a336e760aeb0bc2cdd6ecc.zip
plexamp: 3.4.7 -> 3.5.0
Diffstat (limited to 'pkgs/applications/audio/plexamp')
-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 a7289cc35c8..9921c1b7e88 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,13 +2,13 @@
 
 let
   pname = "plexamp";
-  version = "3.4.7";
+  version = "3.5.0";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "+jmx4X9KiK1Tv2Cjb/445MY9G2b7pLdKxFtBFMaQwRhqTItA33MfHqKBwmytmbEhxhy0LDTU2woJvEMPQCmnvg==";
+    sha512 = "NjhrtGQsIbNDmGPEDmEbaHSfvUTFb1e7yPorF/BzWTfwVoFZEJiNzP/1k+zTJ4Yfd4mG0W0GYx0jh8m/micWIg==";
   };
 
   appimageContents = appimageTools.extractType2 {
@@ -34,7 +34,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/29";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/30";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];