plexamp: 4.12.2 -> 4.12.3

This commit is contained in:
R. Ryantm
2025-05-17 12:02:02 +00:00
parent 41da83c551
commit 4d628d83ab
+3 -3
View File
@@ -7,12 +7,12 @@
let
pname = "plexamp";
version = "4.12.2";
version = "4.12.3";
src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name = "${pname}-${version}.AppImage";
hash = "sha512-qsuJv5rnw8Gprlfb3pNChMTCXDYuCd1B5Kz+TWsbjbOw8+u2mieh4gGIiPLIy2jhFBjtZUacqM6eibXL+wHGEg==";
hash = "sha512-gjOjk/JtHbhEDGzWH/bBtNd7qsYS97hBlPbRw7uWH/PCXD4urUWBrlihNWAOgYClVwl7nbrx/y7mhCrI2N6c1w==";
};
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/79";
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/80";
license = licenses.unfree;
maintainers = with maintainers; [
killercup