gauge-unwrapped: 1.6.6 -> 1.6.7
This commit is contained in:
parent
57443256a0
commit
f0bb0d195a
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gauge";
|
pname = "gauge";
|
||||||
version = "1.6.6";
|
version = "1.6.7";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# adds a check which adds an error message when trying to
|
# adds a check which adds an error message when trying to
|
||||||
|
@ -14,10 +14,10 @@ buildGoModule rec {
|
||||||
owner = "getgauge";
|
owner = "getgauge";
|
||||||
repo = "gauge";
|
repo = "gauge";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-u64LEDWktnBqGmey1TGdpVerjBsgyyRKJKeAJU3ysZs=";
|
hash = "sha256-+6b34nCuoBGd9v9eoAgthxYboGWDM8rCU56VXpVKdQc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-RC3oS4nD291p8BSiWZUmsej/XuadaR7Xz1+bEfZL3Oc=";
|
vendorHash = "sha256-VVHsldLfLrdufSBLbgSlniYK1+64651DL8gzw5VHans=";
|
||||||
|
|
||||||
excludedPackages = [ "build" "man" ];
|
excludedPackages = [ "build" "man" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue