summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2023-07-24 00:27:55 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2023-07-24 00:27:55 +0000
commit91fa2044923854958b577b1e0614acd5847d436b (patch)
treea22d3602859527c7ed6b52ea1d402d7e37971f34
parentd7037fa447407bb6fd8319b2bd99538ac6e119ef (diff)
downloadnixpkgs-91fa2044923854958b577b1e0614acd5847d436b.tar
nixpkgs-91fa2044923854958b577b1e0614acd5847d436b.tar.gz
nixpkgs-91fa2044923854958b577b1e0614acd5847d436b.tar.bz2
nixpkgs-91fa2044923854958b577b1e0614acd5847d436b.tar.lz
nixpkgs-91fa2044923854958b577b1e0614acd5847d436b.tar.xz
nixpkgs-91fa2044923854958b577b1e0614acd5847d436b.tar.zst
nixpkgs-91fa2044923854958b577b1e0614acd5847d436b.zip
plexamp: 4.7.4 -> 4.8.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 111f97969e9..6729e05ce6e 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "4.7.4";
+  version = "4.8.1";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "TZ7JNSrUtsqnH+fWIcd1v4fY0jPnMV7nqV/QsbD7ZpqIBCkN3R9WQvc/E9gah163Ab40g9CmdghTGo3v8VW2Rw==";
+    sha512 = "iPCiBbb6alQspEPccxn1XHik0GbksZoe5jb0u8VuUdybO+xVb6sIxTNi6sxTG32uSRH6o16EHNUhLKeb6OcEtA==";
   };
 
   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/50";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/51";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];