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

ymuse: 0.21 -> 0.22

authored by Weijia Wang and committed by GitHub 7d95e4e6 ef83bb17

+5 -3
+5 -3
pkgs/applications/audio/ymuse/default.nix
··· 13 13 14 14 buildGoModule rec { 15 15 pname = "ymuse"; 16 - version = "0.21"; 16 + version = "0.22"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "yktoo"; 20 20 repo = "ymuse"; 21 21 rev = "v${version}"; 22 - hash = "sha256-3QgBbK7AK9/uQ6Z7DNIJxa1oXrxvvHDQ/Z2QOf7yfS4="; 22 + hash = "sha256-WbIeqOAhdqxU8EvHEsG7ASwy5xZG1domZKT5ccOggHg="; 23 23 }; 24 24 25 - vendorHash = "sha256-7oYYZWpvWzeHlp6l9bLeHcLITLZPVY5eZdfHSE+ZHW8="; 25 + vendorHash = "sha256-YT4JiieVI6/t4inezE3K2WQBI51W+/MoWr7R/uBzn+8="; 26 26 27 27 nativeBuildInputs = [ 28 28 pkg-config ··· 68 68 description = "GTK client for Music Player Daemon (MPD)"; 69 69 license = licenses.asl20; 70 70 maintainers = with maintainers; [ foo-dogsquared ]; 71 + mainProgram = "ymuse"; 72 + platforms = platforms.unix; 71 73 }; 72 74 }