plexamp: 4.12.4 -> 4.13.0

This commit is contained in:
R. Ryantm
2025-10-09 14:41:30 +00:00
parent 723e1e95a5
commit 780c562192
+3 -3
View File
@@ -7,12 +7,12 @@
let
pname = "plexamp";
version = "4.12.4";
version = "4.13.0";
src = fetchurl {
url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
name = "${pname}-${version}.AppImage";
hash = "sha512-LtYqC4pqX7hA+clUj9UVrp0YWebELULM23SsYlKnVDcYbZn8LJldiOOebS0+SU4RqK1a8Z3Kh4fPJ/HfijP0qw==";
hash = "sha512-3Blgl3t21hH6lgDe5u3vy3I/3k9b4VM1CvoZg2oashkGXSDwV8q7MATN9YjsBgWysNXwdm7nQ/yrFQ7DiRfdYg==";
};
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/81";
changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/82";
license = licenses.unfree;
maintainers = with maintainers; [
killercup