go-musicfox: 4.7.1 -> 4.7.2 (#474204)

This commit is contained in:
Aleksana
2025-12-28 02:15:03 +00:00
committed by GitHub
+3 -3
View File
@@ -11,18 +11,18 @@
buildGoModule rec {
pname = "go-musicfox";
version = "4.7.1";
version = "4.7.2";
src = fetchFromGitHub {
owner = "go-musicfox";
repo = "go-musicfox";
rev = "v${version}";
hash = "sha256-jrrxG26OKOUiUzv12Td8Vy12gnj9+mHog/vZSaTwqmw=";
hash = "sha256-RJPb+aZawU22HBXTfr7+TP0ocFsNrP1mOHvHPRm2RnA=";
};
deleteVendor = true;
vendorHash = "sha256-TjPJBP1p2j9K10I87RB7KnwKfO3h2K6WFMZqveMUMkw=";
vendorHash = "sha256-KQp22eF48jhhCSZA/1weWVavyP3be4j4mOPM5EPssGs=";
subPackages = [ "cmd/musicfox.go" ];