vsh: 0.8.0 -> 0.9.0
This commit is contained in:
parent
e924a88233
commit
5baac1a744
@ -2,17 +2,21 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "vsh";
|
pname = "vsh";
|
||||||
version = "0.8.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fishi0x01";
|
owner = "fishi0x01";
|
||||||
repo = "vsh";
|
repo = "vsh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0s4i4x8kd9s2igdshgsbs6n3k670h7r6g1mn1pzlj0kpmggnhfik";
|
sha256 = "1f6szcdakfx3zap1zpkrcs134plv7vnyilzcxs5jbhrrbr6q1807";
|
||||||
};
|
};
|
||||||
|
|
||||||
# vendor dir is already part of repository
|
vendorSha256 = "0a2kjql4ibglxkq5dgzr2sxxxm38nf83s4rsk2gd1cf7v0flr02j";
|
||||||
vendorSha256 = null;
|
|
||||||
|
# vendor dir in vsh repo is incomplete
|
||||||
|
deleteVendor = true;
|
||||||
|
|
||||||
|
runVend = true;
|
||||||
|
|
||||||
# make sure version gets set at compile time
|
# make sure version gets set at compile time
|
||||||
buildFlagsArray = [ "-ldflags=-s -w -X main.vshVersion=v${version}" ];
|
buildFlagsArray = [ "-ldflags=-s -w -X main.vshVersion=v${version}" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user