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

go-musicfox: 4.0.3 -> 4.0.4
This commit is contained in:
Weijia Wang 2023-04-21 21:23:59 +03:00 committed by GitHub
commit c0d92c8953
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.3";
version = "4.0.4";
src = fetchFromGitHub {
owner = "anhoder";
repo = pname;
rev = "v${version}";
hash = "sha256-6JOD0RsZY79jLYJqPrzc43jgR03XQEfa8B0mGvlIkF4=";
hash = "sha256-EPORD8jDmTnCm/ON1Vz2R7DpFVyAR8q7r2KZyKTiGr4=";
};
deleteVendor = true;