summary refs log tree commit diff
path: root/pkgs/applications/audio/plexamp
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2021-09-08 12:10:31 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2021-09-08 12:10:31 +0000
commitb32e2cfc1dd21bbcf05fb1c313a112f18306693d (patch)
treec5f7fd3fd903418ed9f950c6e73d76adae263cf5 /pkgs/applications/audio/plexamp
parent087513bc11ed548a98587a7ac6b69472e3323231 (diff)
downloadnixpkgs-b32e2cfc1dd21bbcf05fb1c313a112f18306693d.tar
nixpkgs-b32e2cfc1dd21bbcf05fb1c313a112f18306693d.tar.gz
nixpkgs-b32e2cfc1dd21bbcf05fb1c313a112f18306693d.tar.bz2
nixpkgs-b32e2cfc1dd21bbcf05fb1c313a112f18306693d.tar.lz
nixpkgs-b32e2cfc1dd21bbcf05fb1c313a112f18306693d.tar.xz
nixpkgs-b32e2cfc1dd21bbcf05fb1c313a112f18306693d.tar.zst
nixpkgs-b32e2cfc1dd21bbcf05fb1c313a112f18306693d.zip
plexamp: 3.5.0 -> 3.7.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 9921c1b7e88..7e1865462e6 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,13 +2,13 @@
 
 let
   pname = "plexamp";
-  version = "3.5.0";
+  version = "3.7.0";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "NjhrtGQsIbNDmGPEDmEbaHSfvUTFb1e7yPorF/BzWTfwVoFZEJiNzP/1k+zTJ4Yfd4mG0W0GYx0jh8m/micWIg==";
+    sha512 = "YixaO54+V9RTYS+Of7AVvBtxUEuCdbzlJmyIBj5k8jlD0bvRP1XwIIeADnofKBLAa2ZsmiQunznPLsjQWgr4JA==";
   };
 
   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/30";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/31";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];