go-musicfox: 4.7.2 -> 4.8.0 (#491014)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-18 15:58:33 +00:00
committed by GitHub
+3 -3
View File
@@ -11,18 +11,18 @@
buildGoModule (finalAttrs: {
pname = "go-musicfox";
version = "4.7.2";
version = "4.8.0";
src = fetchFromGitHub {
owner = "go-musicfox";
repo = "go-musicfox";
rev = "v${finalAttrs.version}";
hash = "sha256-RJPb+aZawU22HBXTfr7+TP0ocFsNrP1mOHvHPRm2RnA=";
hash = "sha256-9OQTwyEGuHOMM5LgL6Y5zVavNnQhzJSZZu4ABhr0rds=";
};
deleteVendor = true;
vendorHash = "sha256-KQp22eF48jhhCSZA/1weWVavyP3be4j4mOPM5EPssGs=";
vendorHash = "sha256-MEcdWJts7hzt8fuhVsxHl1mQ57R8vNd3H3Tmpx4A9a4=";
subPackages = [ "cmd/musicfox.go" ];