Merge pull request #126923 from fishi0x01/bump-vsh
vsh: 0.11.0 -> 0.12.0
This commit is contained in:
commit
6335ee6b49
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "vsh";
|
pname = "vsh";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fishi0x01";
|
owner = "fishi0x01";
|
||||||
repo = "vsh";
|
repo = "vsh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0dhn2aqd52fgasy4j3ar67fzwzcxfi1vl09kni8jwcna8rjgg3fj";
|
sha256 = "059zzsg94287sxlk5clz6in7jscqaq530c84xqgy537f6cq3vr2p";
|
||||||
};
|
};
|
||||||
|
|
||||||
# vendor directory is part of repository
|
# vendor directory is part of repository
|
||||||
|
|
Loading…
Reference in a new issue