Merge pull request #225383 from Ruixi-rebirth/master

go-musicfox: 3.7.7 -> 4.0.0
This commit is contained in:
Nick Cao 2023-04-09 20:03:18 +08:00 committed by GitHub
commit c2961a6d0c
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 = "3.7.7";
version = "4.0.0";
src = fetchFromGitHub {
owner = "anhoder";
repo = pname;
rev = "v${version}";
hash = "sha256-gQPr+mCZ7tnASs/ibow1b0Qj3ppZhdgP4U1Vxo+FfE4=";
hash = "sha256-nhUsudytVSY/wbaP8ZuXurU2rxQPPblgPGdEyGjVpG4=";
};
deleteVendor = true;