mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
lab: manually fixup deps.nix to fix build (via 'replace' in go.mod)
This commit is contained in:
parent
536f2696dc
commit
ce6fada508
|
@ -301,9 +301,9 @@
|
||||||
goPackagePath = "github.com/spf13/cobra";
|
goPackagePath = "github.com/spf13/cobra";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/spf13/cobra";
|
url = "https://github.com/rsteube/cobra";
|
||||||
rev = "615425954c3b";
|
rev = "v0.0.1-zsh-completion-custom";
|
||||||
sha256 = "01zsislgc72j86a1zq7xs7xj3lvxjjviz4lgn4144jzgppwanpk6";
|
sha256 = "0l0c9p5pdv3fq27ich4psaffivwv43acknqnzyql3bgx08vhnsxd";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue