File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/audio/plexamp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88let
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
You can’t perform that action at this time.
0 commit comments