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

View file

@ -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" ];