plexamp: 4.11.2 -> 4.11.5 (#367022)

This commit is contained in:
misuzu
2024-12-26 12:06:34 +02:00
committed by GitHub
+3 -3
View File
@@ -7,12 +7,12 @@
let
pname = "plexamp";
version = "4.11.2";
version = "4.11.5";
src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name = "${pname}-${version}.AppImage";
hash = "sha512-cNBupLFHhq7GDoj/QYGsS0UShTKmDpf/JxBZS92VwTCuuBjScTMGF0cETGEYYnvxqv4vf9MSKNY0/HW9CuguaA==";
hash = "sha512-j8fPp6JcTB/PwsGgvEGqETZ83mGee1MwR4T9eFcNuoLRtlnudM7c3WDgxhpUdv5Nx3XkcMVnW1fntZYN2sIfzA==";
};
appimageContents = appimageTools.extractType2 {
@@ -38,7 +38,7 @@ appimageTools.wrapType2 {
meta = with lib; {
description = "Beautiful Plex music player for audiophiles, curators, and hipsters";
homepage = "https://plexamp.com/";
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/76";
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/77";
license = licenses.unfree;
maintainers = with maintainers; [
killercup