Merge pull request #259557 from foo-dogsquared/update-ymuse

ymuse: 0.21 -> 0.22
This commit is contained in:
Weijia Wang 2023-10-14 23:41:15 +02:00 committed by GitHub
commit 7d95e4e630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,16 +13,16 @@
buildGoModule rec { buildGoModule rec {
pname = "ymuse"; pname = "ymuse";
version = "0.21"; version = "0.22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yktoo"; owner = "yktoo";
repo = "ymuse"; repo = "ymuse";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-3QgBbK7AK9/uQ6Z7DNIJxa1oXrxvvHDQ/Z2QOf7yfS4="; hash = "sha256-WbIeqOAhdqxU8EvHEsG7ASwy5xZG1domZKT5ccOggHg=";
}; };
vendorHash = "sha256-7oYYZWpvWzeHlp6l9bLeHcLITLZPVY5eZdfHSE+ZHW8="; vendorHash = "sha256-YT4JiieVI6/t4inezE3K2WQBI51W+/MoWr7R/uBzn+8=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
@ -68,5 +68,7 @@ buildGoModule rec {
description = "GTK client for Music Player Daemon (MPD)"; description = "GTK client for Music Player Daemon (MPD)";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ foo-dogsquared ]; maintainers = with maintainers; [ foo-dogsquared ];
mainProgram = "ymuse";
platforms = platforms.unix;
}; };
} }