Merge pull request #114227 from fishi0x01/bump-vsh

vsh: 0.9.0 -> 0.10.0

authored by

Mario Rodas and committed by
GitHub
dc75a0c2 343c83cf

+4 -8
+4 -8
pkgs/tools/misc/vsh/default.nix
··· 2 3 buildGoModule rec { 4 pname = "vsh"; 5 - version = "0.9.0"; 6 7 src = fetchFromGitHub { 8 owner = "fishi0x01"; 9 repo = "vsh"; 10 rev = "v${version}"; 11 - sha256 = "1f6szcdakfx3zap1zpkrcs134plv7vnyilzcxs5jbhrrbr6q1807"; 12 }; 13 14 - vendorSha256 = "0a2kjql4ibglxkq5dgzr2sxxxm38nf83s4rsk2gd1cf7v0flr02j"; 15 - 16 - # vendor dir in vsh repo is incomplete 17 - deleteVendor = true; 18 - 19 - runVend = true; 20 21 # make sure version gets set at compile time 22 buildFlagsArray = [ "-ldflags=-s -w -X main.vshVersion=v${version}" ];
··· 2 3 buildGoModule rec { 4 pname = "vsh"; 5 + version = "0.10.0"; 6 7 src = fetchFromGitHub { 8 owner = "fishi0x01"; 9 repo = "vsh"; 10 rev = "v${version}"; 11 + sha256 = "16q0pkmdzhq0bqy4lnnlxrc29gszca6vwajj2bg6sylcvi94x80d"; 12 }; 13 14 + # vendor directory is part of repository 15 + vendorSha256 = null; 16 17 # make sure version gets set at compile time 18 buildFlagsArray = [ "-ldflags=-s -w -X main.vshVersion=v${version}" ];