Merge pull request #223580 from Ruixi-rebirth/master

go-musicfox: 3.7.5 -> 3.7.7

authored by

figsoda and committed by
GitHub
686ddd40 02072a67

+2 -2
+2 -2
pkgs/applications/audio/go-musicfox/default.nix
··· 10 10 # gcc only supports objc on darwin 11 11 buildGoModule.override { stdenv = clangStdenv; } rec { 12 12 pname = "go-musicfox"; 13 - version = "3.7.5"; 13 + version = "3.7.7"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "anhoder"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - hash = "sha256-+0s+MCFLw527gFj7pfiYGfKYihthFjRLPeto2SbALw0="; 19 + hash = "sha256-gQPr+mCZ7tnASs/ibow1b0Qj3ppZhdgP4U1Vxo+FfE4="; 20 20 }; 21 21 22 22 deleteVendor = true;