mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
vsh: 0.7.2 -> 0.8.0
This commit is contained in:
parent
4417228708
commit
c85ef63819
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "vsh";
|
pname = "vsh";
|
||||||
version = "0.7.2";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fishi0x01";
|
owner = "fishi0x01";
|
||||||
repo = "vsh";
|
repo = "vsh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0k9bbfzqhijzimng8plk2xx9h37h7d2wj8g3plvvs3wrf7pmwxs7";
|
sha256 = "0s4i4x8kd9s2igdshgsbs6n3k670h7r6g1mn1pzlj0kpmggnhfik";
|
||||||
};
|
};
|
||||||
|
|
||||||
# vendor dir is already part of repository
|
# vendor dir is already part of repository
|
||||||
|
Loading…
Reference in New Issue
Block a user