gauge-unwrapped: 1.6.6 -> 1.6.7

This commit is contained in:
R. Ryantm 2024-05-08 01:25:40 +00:00
parent 57443256a0
commit f0bb0d195a
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "gauge";
version = "1.6.6";
version = "1.6.7";
patches = [
# adds a check which adds an error message when trying to
@ -14,10 +14,10 @@ buildGoModule rec {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
hash = "sha256-u64LEDWktnBqGmey1TGdpVerjBsgyyRKJKeAJU3ysZs=";
hash = "sha256-+6b34nCuoBGd9v9eoAgthxYboGWDM8rCU56VXpVKdQc=";
};
vendorHash = "sha256-RC3oS4nD291p8BSiWZUmsej/XuadaR7Xz1+bEfZL3Oc=";
vendorHash = "sha256-VVHsldLfLrdufSBLbgSlniYK1+64651DL8gzw5VHans=";
excludedPackages = [ "build" "man" ];