go-musicfox: 4.0.5 -> 4.0.6

This commit is contained in:
Ruixi-rebirth 2023-05-04 08:33:35 +08:00
parent c4acb8b98f
commit 16100e187b
No known key found for this signature in database
GPG Key ID: B26EAEB7189F30B4

View File

@ -8,18 +8,18 @@
buildGoModule rec {
pname = "go-musicfox";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "anhoder";
owner = "go-musicfox";
repo = pname;
rev = "v${version}";
hash = "sha256-NAAl/XmJqRnJyOYNJqmMlCIiGsCsSH7gGTMbD46gpss=";
hash = "sha256-ZqB3NL/pLIY1lHl3qMIOciqsOW9jNwjVQAq1j/ydDWs=";
};
deleteVendor = true;
vendorHash = null;
vendorHash = "sha256-rJlyrPQS9UKinxIwGGo3EHlmWrzTKIm1jM1UDqnmVyg=";
subPackages = [ "cmd/musicfox.go" ];