go-musicfox: 4.0.3 -> 4.0.4

This commit is contained in:
Ruixi-rebirth 2023-04-21 20:13:50 +08:00
parent e6955adeaa
commit 7f4751869a
No known key found for this signature in database
GPG Key ID: B26EAEB7189F30B4

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