go-musicfox: 4.8.0 -> 4.8.1

This commit is contained in:
R. Ryantm
2026-04-07 01:35:34 +00:00
parent 2b62399653
commit bca25ca968
+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;