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

go-musicfox: 4.0.1 -> 4.0.2
This commit is contained in:
figsoda 2023-04-14 10:20:49 -04:00 committed by GitHub
commit 4efeb3e407
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.1";
version = "4.0.2";
src = fetchFromGitHub {
owner = "anhoder";
repo = pname;
rev = "v${version}";
hash = "sha256-eOcQWw5wXU59/EzDLk028mV/Ro6Ii0DYcp4wdDedhrA=";
hash = "sha256-ZxyW/NUKSCcx/KGgFV2pt5ucTBP7BE7qFeTvBoRmUvQ=";
};
deleteVendor = true;