about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2022-03-21 00:11:09 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2022-03-21 00:11:09 +0000
commit3518ed19a50a12472dd9077d226eef221bd6abeb (patch)
treea9a31cb40605cbeef2fc3a68dc6a7d3846589e02 /pkgs/applications/audio
parent76760f593d03cc535bd049a9acc3591cb875146c (diff)
downloadnixlib-3518ed19a50a12472dd9077d226eef221bd6abeb.tar
nixlib-3518ed19a50a12472dd9077d226eef221bd6abeb.tar.gz
nixlib-3518ed19a50a12472dd9077d226eef221bd6abeb.tar.bz2
nixlib-3518ed19a50a12472dd9077d226eef221bd6abeb.tar.lz
nixlib-3518ed19a50a12472dd9077d226eef221bd6abeb.tar.xz
nixlib-3518ed19a50a12472dd9077d226eef221bd6abeb.tar.zst
nixlib-3518ed19a50a12472dd9077d226eef221bd6abeb.zip
plexamp: 4.0.3 -> 4.1.0
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 4f0ca02b628c..d86223dcdcb1 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.3";
+  version = "4.1.0";
 
   src = fetchurl {
     url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
     name="${pname}-${version}.AppImage";
-    sha512 = "Nh0+/ibZnjcGXgQUe+QvukWpaX6/0nNPR4NIK0i2Bn6kBkihv9bkfF9xGpgqeE6H3CK+4e6ywg8y9RR+pJBBSA==";
+    sha512 = "N+WkH6n7MWfRd2rsk/2b/rABL6pcjpKa1iBZSHslIOEc5fYWjGAxjwwTU0RgSaqptS1DyPeCUeWuphWPZJsQgw==";
   };
 
   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/41";
+    changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/42";
     license = licenses.unfree;
     maintainers = with maintainers; [ killercup synthetica ];
     platforms = [ "x86_64-linux" ];