Merge pull request #255041 from samuela/upkeep-bot/plexamp-4.8.3-1694651221

plexamp: 4.8.2 -> 4.8.3

authored by

Nick Cao and committed by
GitHub
79e9d7e0 00836260

+3 -3
+3 -3
pkgs/applications/audio/plexamp/default.nix
··· 2 2 3 3 let 4 4 pname = "plexamp"; 5 - version = "4.8.2"; 5 + version = "4.8.3"; 6 6 7 7 src = fetchurl { 8 8 url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage"; 9 9 name="${pname}-${version}.AppImage"; 10 - sha512 = "7NQmH42yzItReQ5WPdcbNPr/xed74H4UyDNlX5PGmoJRBpV1RdeuW1KRweIWfYNhw0KeqULVTjr/aCggoWp4WA=="; 10 + sha512 = "CrSXmRVatVSkMyB1QaNSL/tK60rQvT9JraRtYYLl0Fau3M1LJXK9yqvt77AjwIwIvi2Dm5SROG+c4rA1XtI4Yg=="; 11 11 }; 12 12 13 13 appimageContents = appimageTools.extractType2 { ··· 33 33 meta = with lib; { 34 34 description = "A beautiful Plex music player for audiophiles, curators, and hipsters"; 35 35 homepage = "https://plexamp.com/"; 36 - changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/52"; 36 + changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/53"; 37 37 license = licenses.unfree; 38 38 maintainers = with maintainers; [ killercup synthetica ]; 39 39 platforms = [ "x86_64-linux" ];