mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
go-musicfox: 3.7.5 -> 3.7.7
This commit is contained in:
parent
f0a09cc165
commit
8148798087
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
# gcc only supports objc on darwin
|
# gcc only supports objc on darwin
|
||||||
buildGoModule.override { stdenv = clangStdenv; } rec {
|
buildGoModule.override { stdenv = clangStdenv; } rec {
|
||||||
pname = "go-musicfox";
|
pname = "go-musicfox";
|
||||||
version = "3.7.5";
|
version = "3.7.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "anhoder";
|
owner = "anhoder";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-+0s+MCFLw527gFj7pfiYGfKYihthFjRLPeto2SbALw0=";
|
hash = "sha256-gQPr+mCZ7tnASs/ibow1b0Qj3ppZhdgP4U1Vxo+FfE4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
deleteVendor = true;
|
deleteVendor = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue