summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2022-02-24 13:37:23 +0100
committerGitHub <noreply@github.com>2022-02-24 13:37:23 +0100
commit021ba615f6204876c126964eef29ff7885647a50 (patch)
treee16c72733022f3b41fb3ccb2940a757ba8a8b6a4 /pkgs
parent205927a9875bee2626d16abbc5812419d0b9a9ca (diff)
parentbaf5cacf839e0503cc3e267de36076120c9fb5a6 (diff)
downloadnixpkgs-021ba615f6204876c126964eef29ff7885647a50.tar
nixpkgs-021ba615f6204876c126964eef29ff7885647a50.tar.gz
nixpkgs-021ba615f6204876c126964eef29ff7885647a50.tar.bz2
nixpkgs-021ba615f6204876c126964eef29ff7885647a50.tar.lz
nixpkgs-021ba615f6204876c126964eef29ff7885647a50.tar.xz
nixpkgs-021ba615f6204876c126964eef29ff7885647a50.tar.zst
nixpkgs-021ba615f6204876c126964eef29ff7885647a50.zip
Merge pull request #161598 from samuela/upkeep-bot/plexamp-4.0.2-1645663287
Diffstat (limited to 'pkgs')
-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 a66a4602bc5..e53c537b970 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "4.0.1";
+  version = "4.0.2";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "pZy2afj7g6wnOIHH3ecCYUX7/NX5op4aLSHe4/GbI5L9NUuFGoJIWWuVbv2kngcTo+XUqP0yoe0Ns+I4WulDVA==";
+    sha512 = "DqgzEt+frDJOcwOnQ5sx7JqEH5l/FJYCL5/97YBsEC2iTMIYi+NBUvuzyZcfRzOTfq7b/QBALDpRgvepWYjkxg==";
   };
 
   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/39";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/40";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];