summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2022-03-22 16:17:30 +0100
committerGitHub <noreply@github.com>2022-03-22 16:17:30 +0100
commitb5291965977c70eab99963b57ec158884654049a (patch)
treecbaff2a23b3f1e992dae1d27c051c197e8400b2d
parent29a988f9781aa746d5afa4a4d3029e22490bb757 (diff)
parent3518ed19a50a12472dd9077d226eef221bd6abeb (diff)
downloadnixpkgs-b5291965977c70eab99963b57ec158884654049a.tar
nixpkgs-b5291965977c70eab99963b57ec158884654049a.tar.gz
nixpkgs-b5291965977c70eab99963b57ec158884654049a.tar.bz2
nixpkgs-b5291965977c70eab99963b57ec158884654049a.tar.lz
nixpkgs-b5291965977c70eab99963b57ec158884654049a.tar.xz
nixpkgs-b5291965977c70eab99963b57ec158884654049a.tar.zst
nixpkgs-b5291965977c70eab99963b57ec158884654049a.zip
Merge pull request #165039 from samuela/upkeep-bot/plexamp-4.1.0-1647821469
-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 4f0ca02b628..d86223dcdcb 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" ];