go-musicfox: 4.0.1 -> 4.0.2

This commit is contained in:
Ruixi-rebirth 2023-04-14 18:50:47 +08:00
parent c581a52a41
commit a73470ec4e
No known key found for this signature in database
GPG key ID: B26EAEB7189F30B4

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;