gauge: 1.5.2 -> 1.5.4

This commit is contained in:
R. Ryantm 2023-09-23 08:27:38 +00:00
parent 0b0169e4f1
commit 8b43589e12

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gauge";
version = "1.5.2";
version = "1.5.4";
src = fetchFromGitHub {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
hash = "sha256-gdqb9atksAU2bjNdoOfxb3XYl3H/1F51Xnfnm78J3CQ=";
hash = "sha256-BJyc8umtJUsZgj4jdoYf6PSaDg41mnrZNd6rAdewWro=";
};
vendorHash = "sha256-PmidtbtX+x5cxuop+OCrfdPP5EiJnyvFyxHveGVGAEo=";
vendorHash = "sha256-K0LoAJzYzQorKp3o1oH5qruMBbJiCQrduBgoZ0naaLc=";
excludedPackages = [ "build" "man" ];