plexamp: 4.11.2 -> 4.11.5

This commit is contained in:
R. Ryantm
2024-12-21 06:09:03 +00:00
parent 8f85b83ec4
commit 1e60d267ed
+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