summary refs log tree commit diff
path: root/pkgs/applications/audio/plexamp
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2022-01-01 12:06:30 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2022-01-01 12:06:30 +0000
commit93232f023452591b9ca47417e6b09ab0c6ccee51 (patch)
tree28b69e8c83853d804c8efd899c65f2a7d8cbf961 /pkgs/applications/audio/plexamp
parent9d95d25b312cfc5f79c7cb17cbf9d38ee405e991 (diff)
downloadnixpkgs-93232f023452591b9ca47417e6b09ab0c6ccee51.tar
nixpkgs-93232f023452591b9ca47417e6b09ab0c6ccee51.tar.gz
nixpkgs-93232f023452591b9ca47417e6b09ab0c6ccee51.tar.bz2
nixpkgs-93232f023452591b9ca47417e6b09ab0c6ccee51.tar.lz
nixpkgs-93232f023452591b9ca47417e6b09ab0c6ccee51.tar.xz
nixpkgs-93232f023452591b9ca47417e6b09ab0c6ccee51.tar.zst
nixpkgs-93232f023452591b9ca47417e6b09ab0c6ccee51.zip
plexamp: 3.8.2 -> 3.9.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 b5cf068d569..31929567e41 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "3.8.2";
+  version = "3.9.0";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "JVzfWlrX21KHw4tSrGpCYqqoWFudnyFG4YnHKsnIUtxLDkjyQA8N2/OrDIR+SlK/b0RRs9KZ4lbqQMX8PXUHsg==";
+    sha512 = "2OaV8dONv7yBcQsfecgfedP2ypBN6svD9rgZLgUwSydyH2+rODNPne4O7z2Hahm7Y0Ae+NFxbpQ9lbNbX0vhsg==";
   };
 
   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/35";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/36";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];