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

go-musicfox: 4.0.4 -> 4.0.5
This commit is contained in:
figsoda 2023-04-22 22:07:59 -04:00 committed by GitHub
commit 06cb676bea
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.4";
version = "4.0.5";
src = fetchFromGitHub {
owner = "anhoder";
repo = pname;
rev = "v${version}";
hash = "sha256-EPORD8jDmTnCm/ON1Vz2R7DpFVyAR8q7r2KZyKTiGr4=";
hash = "sha256-NAAl/XmJqRnJyOYNJqmMlCIiGsCsSH7gGTMbD46gpss=";
};
deleteVendor = true;