summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-03 18:10:46 +0000
committerGitHub <noreply@github.com>2022-05-03 18:10:46 +0000
commit51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2 (patch)
treef0a0818a5d47015aa496e9bbd520400099035511 /pkgs/applications/audio
parent00dc0eecc7ecf0c7c4da2cc55e2db743467f2870 (diff)
parent7852c1e2af0e921c40b7206331df63bd42d25401 (diff)
downloadnixpkgs-51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2.tar
nixpkgs-51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2.tar.gz
nixpkgs-51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2.tar.bz2
nixpkgs-51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2.tar.lz
nixpkgs-51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2.tar.xz
nixpkgs-51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2.tar.zst
nixpkgs-51a899bdc1e8b28ed6783f9d382d3b9e7838e4b2.zip
Merge staging-next into staging
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" ];