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

gauge: 1.6.2 -> 1.6.3
This commit is contained in:
Mario Rodas 2024-03-01 23:47:12 -05:00 committed by GitHub
commit 7bb716ea1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gauge";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
hash = "sha256-dCRuF1AYTcF2fKD7w7Gze2lE1hZYzpRz9u5p9uxqML0=";
hash = "sha256-ymnyoQRMr3s74PnDSmXCoWGSMBhxy/CRDpRvEZHOrFU=";
};
vendorHash = "sha256-j3FpQ48LjIVteN80zvz88FF3z+pYD2aHJW4VxT0z0vI=";
vendorHash = "sha256-5kBjxhmBrC5ZzD7CSzRvIzQrJYRRU/X+n9L9JPvyJkY=";
excludedPackages = [ "build" "man" ];