go-musicfox: 4.8.0 -> 4.8.1 (#507451)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-07 04:53:13 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "go-musicfox";
version = "4.8.0";
version = "4.8.1";
src = fetchFromGitHub {
owner = "go-musicfox";
repo = "go-musicfox";
rev = "v${finalAttrs.version}";
hash = "sha256-9OQTwyEGuHOMM5LgL6Y5zVavNnQhzJSZZu4ABhr0rds=";
hash = "sha256-EwN8tWoyghG9L++Tl5iz2ZyNsI5IroZXM0Dd5N182dU=";
};
deleteVendor = true;