Merge pull request #226220 from Ruixi-rebirth/go-musicfox

go-musicfox: 4.0.2 -> 4.0.3
This commit is contained in:
figsoda 2023-04-14 22:16:09 -04:00 committed by GitHub
commit 2e6684a266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
# gcc only supports objc on darwin
buildGoModule.override { stdenv = clangStdenv; } rec {
pname = "go-musicfox";
version = "4.0.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "anhoder";
repo = pname;
rev = "v${version}";
hash = "sha256-ZxyW/NUKSCcx/KGgFV2pt5ucTBP7BE7qFeTvBoRmUvQ=";
hash = "sha256-6JOD0RsZY79jLYJqPrzc43jgR03XQEfa8B0mGvlIkF4=";
};
deleteVendor = true;