Skip to content

Commit a463b2f

Browse files
authored
plexamp: 4.11.5 -> 4.12.0 (#396159)
2 parents b865da7 + 4c26bb5 commit a463b2f

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
@@ -7,12 +7,12 @@
77

88
let
99
pname = "plexamp";
10-
version = "4.11.5";
10+
version = "4.12.0";
1111

1212
src = fetchurl {
1313
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
1414
name = "${pname}-${version}.AppImage";
15-
hash = "sha512-j8fPp6JcTB/PwsGgvEGqETZ83mGee1MwR4T9eFcNuoLRtlnudM7c3WDgxhpUdv5Nx3XkcMVnW1fntZYN2sIfzA==";
15+
hash = "sha512-vIH6HPWjL0fzM8rXZhXYUH6qT3mca5WxicRRaQr9RHW511x8pNnRmdwtMDfKtyrhUiZFiE1XAfWBDXmuxbJW/g==";
1616
};
1717

1818
appimageContents = appimageTools.extractType2 {
@@ -38,7 +38,7 @@ appimageTools.wrapType2 {
3838
meta = with lib; {
3939
description = "Beautiful Plex music player for audiophiles, curators, and hipsters";
4040
homepage = "https://plexamp.com/";
41-
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/77";
41+
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/78";
4242
license = licenses.unfree;
4343
maintainers = with maintainers; [
4444
killercup

0 commit comments

Comments
 (0)