Merge pull request #309997 from r-ryantm/auto-update/gauge-unwrapped

gauge-unwrapped: 1.6.6 -> 1.6.7
This commit is contained in:
Nick Cao 2024-05-08 10:37:56 -04:00 committed by GitHub
commit 3ed8932c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" ];