plexamp: 4.12.0 -> 4.12.2 (#401954)

authored by OTABI Tomoya and committed by GitHub e180c192 12790652

+3 -3
+3 -3
pkgs/applications/audio/plexamp/default.nix
··· 7 8 let 9 pname = "plexamp"; 10 - version = "4.12.0"; 11 12 src = fetchurl { 13 url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage"; 14 name = "${pname}-${version}.AppImage"; 15 - hash = "sha512-vIH6HPWjL0fzM8rXZhXYUH6qT3mca5WxicRRaQr9RHW511x8pNnRmdwtMDfKtyrhUiZFiE1XAfWBDXmuxbJW/g=="; 16 }; 17 18 appimageContents = appimageTools.extractType2 { ··· 38 meta = with lib; { 39 description = "Beautiful Plex music player for audiophiles, curators, and hipsters"; 40 homepage = "https://plexamp.com/"; 41 - changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/78"; 42 license = licenses.unfree; 43 maintainers = with maintainers; [ 44 killercup
··· 7 8 let 9 pname = "plexamp"; 10 + version = "4.12.2"; 11 12 src = fetchurl { 13 url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage"; 14 name = "${pname}-${version}.AppImage"; 15 + hash = "sha512-qsuJv5rnw8Gprlfb3pNChMTCXDYuCd1B5Kz+TWsbjbOw8+u2mieh4gGIiPLIy2jhFBjtZUacqM6eibXL+wHGEg=="; 16 }; 17 18 appimageContents = appimageTools.extractType2 { ··· 38 meta = with lib; { 39 description = "Beautiful Plex music player for audiophiles, curators, and hipsters"; 40 homepage = "https://plexamp.com/"; 41 + changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/79"; 42 license = licenses.unfree; 43 maintainers = with maintainers; [ 44 killercup