plexamp: 4.11.5 -> 4.12.0 (#396159)

This commit is contained in:
2025-04-17 13:18:42 +02:00
committed by GitHub
+3 -3
View File
@@ -7,12 +7,12 @@
let
pname = "plexamp";
version = "4.11.5";
version = "4.12.0";
src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name = "${pname}-${version}.AppImage";
hash = "sha512-j8fPp6JcTB/PwsGgvEGqETZ83mGee1MwR4T9eFcNuoLRtlnudM7c3WDgxhpUdv5Nx3XkcMVnW1fntZYN2sIfzA==";
hash = "sha512-vIH6HPWjL0fzM8rXZhXYUH6qT3mca5WxicRRaQr9RHW511x8pNnRmdwtMDfKtyrhUiZFiE1XAfWBDXmuxbJW/g==";
};
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/77";
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/78";
license = licenses.unfree;
maintainers = with maintainers; [
killercup