gauge: 1.6.4 -> 1.6.6

This commit is contained in:
R. Ryantm 2024-04-08 20:51:48 +00:00
parent f6eb921406
commit 97a0567f64

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gauge";
version = "1.6.4";
version = "1.6.6";
src = fetchFromGitHub {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
hash = "sha256-Hefhhexy3Kl4fmYXlNBgZBSdOGPJefS1BjKWoblIVaw=";
hash = "sha256-u64LEDWktnBqGmey1TGdpVerjBsgyyRKJKeAJU3ysZs=";
};
vendorHash = "sha256-csS7lRTczno77LIDq2q3DeuJxQcOLr1cQf11NuWixG8=";
vendorHash = "sha256-RC3oS4nD291p8BSiWZUmsej/XuadaR7Xz1+bEfZL3Oc=";
excludedPackages = [ "build" "man" ];