summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2022-05-03 16:55:18 +0200
committerGitHub <noreply@github.com>2022-05-03 16:55:18 +0200
commit9d8bd5a52036a44c471a2947b30b9cf4cb9719e7 (patch)
tree0a413752fd3de37933c7a33f8754d94bed2e1bc3 /pkgs/applications/audio
parent7beebb590d541ffa534aa34b0b163f81c3c72c2c (diff)
parent7058d597ebb5194e86ad3943cd32ac0e69b7bc1d (diff)
downloadnixpkgs-9d8bd5a52036a44c471a2947b30b9cf4cb9719e7.tar
nixpkgs-9d8bd5a52036a44c471a2947b30b9cf4cb9719e7.tar.gz
nixpkgs-9d8bd5a52036a44c471a2947b30b9cf4cb9719e7.tar.bz2
nixpkgs-9d8bd5a52036a44c471a2947b30b9cf4cb9719e7.tar.lz
nixpkgs-9d8bd5a52036a44c471a2947b30b9cf4cb9719e7.tar.xz
nixpkgs-9d8bd5a52036a44c471a2947b30b9cf4cb9719e7.tar.zst
nixpkgs-9d8bd5a52036a44c471a2947b30b9cf4cb9719e7.zip
Merge pull request #171176 from samuela/upkeep-bot/plexamp-4.2.1-1651450835
plexamp: 4.2.0 -> 4.2.1
Diffstat (limited to 'pkgs/applications/audio')
-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 fa76b50f8ae..91634cdf3fa 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -2,12 +2,12 @@
 
 let
   pname = "plexamp";
-  version = "4.2.0";
+  version = "4.2.1";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "yIdZoKTJJEpUzEqvixQ7JJBxzrtCRov31dGBDOjMiK/oA2q00Xo6XVDvAhYuIn6ocZqK+I5jHfmf4qYaRePDvg==";
+    sha512 = "S2/T+T24X6D0oTbGPMp2BVfWTvzsUCWS1xsigLT/vFr12PlZgPfOWgo987W3YE30WJJDdybLqnkTl+uhNndC+A==";
   };
 
   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/43";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/44";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];