Skip to content

Commit 5f9af4d

Browse files
authored
plexamp: 4.11.1 -> 4.11.2 (#344712)
2 parents 02452ea + 1c72f09 commit 5f9af4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/audio/plexamp/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
let
44
pname = "plexamp";
5-
version = "4.11.1";
5+
version = "4.11.2";
66

77
src = fetchurl {
88
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
99
name = "${pname}-${version}.AppImage";
10-
hash = "sha512-miZACuT5kswIgdaYSFnYeoIUFtF6IRXKbLLrpOVga4UULgwnzinGehSNDd6feSyuDoKQhXIbDB/8eI4jERTS1A==";
10+
hash = "sha512-cNBupLFHhq7GDoj/QYGsS0UShTKmDpf/JxBZS92VwTCuuBjScTMGF0cETGEYYnvxqv4vf9MSKNY0/HW9CuguaA==";
1111
};
1212

1313
appimageContents = appimageTools.extractType2 {
@@ -30,7 +30,7 @@ appimageTools.wrapType2 {
3030
meta = with lib; {
3131
description = "Beautiful Plex music player for audiophiles, curators, and hipsters";
3232
homepage = "https://plexamp.com/";
33-
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/75";
33+
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/76";
3434
license = licenses.unfree;
3535
maintainers = with maintainers; [ killercup redhawk synthetica ];
3636
platforms = [ "x86_64-linux" ];

0 commit comments

Comments
 (0)