gauge: 1.1.5 -> 1.1.6

This commit is contained in:
R. RyanTM 2020-12-07 18:11:01 +00:00
parent a817ce3ada
commit 7f6af08f81

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; {