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

gauge: 1.1.5 -> 1.1.6
This commit is contained in:
Sandro 2020-12-07 23:00:48 +01:00 committed by GitHub
commit ad63f8be44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "gauge";
version = "1.1.5";
version = "1.1.6";
goPackagePath = "github.com/getgauge/gauge";
excludedPackages = ''\(build\|man\)'';
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
sha256 = "0jijw9x1ccqbb9kkzx1bj3wsq6v1415hvlbiihswqbb559bcmira";
sha256 = "02yrk4d5mm4j2grlhqkf4grxawx91kd2vhdn7k5wd2dl6wsnlgcl";
};
meta = with stdenv.lib; {