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

gauge-unwrapped: 1.6.7 -> 1.6.8
This commit is contained in:
Nick Cao 2024-08-18 09:47:16 -04:00 committed by GitHub
commit 5fb510f3b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "gauge";
version = "1.6.7";
version = "1.6.8";
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-+6b34nCuoBGd9v9eoAgthxYboGWDM8rCU56VXpVKdQc=";
hash = "sha256-ifE+6lwBYVZl0eAOCUTrqqTwVnKvCB44AHXTyLhsMX8=";
};
vendorHash = "sha256-VVHsldLfLrdufSBLbgSlniYK1+64651DL8gzw5VHans=";
vendorHash = "sha256-yh7hAKmt2qn2jmPKGF+ATvZd4miNHuHsKlFNaWibTJQ=";
excludedPackages = [ "build" "man" ];