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 22
33let
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" ] ;
You can’t perform that action at this time.
0 commit comments