go-musicfox: 3.7.5 -> 3.7.7

This commit is contained in:
Ruixi-rebirth 2023-03-28 22:06:43 +08:00
parent f0a09cc165
commit 8148798087
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 = "3.7.5";
version = "3.7.7";
src = fetchFromGitHub {
owner = "anhoder";
repo = pname;
rev = "v${version}";
hash = "sha256-+0s+MCFLw527gFj7pfiYGfKYihthFjRLPeto2SbALw0=";
hash = "sha256-gQPr+mCZ7tnASs/ibow1b0Qj3ppZhdgP4U1Vxo+FfE4=";
};
deleteVendor = true;