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