gauge: 1.0.4 -> 1.1.1

This commit is contained in:
R. RyanTM 2020-06-14 15:38:14 +00:00
parent 0905a5d990
commit 3b6d8c2bb5

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "gauge"; pname = "gauge";
version = "1.0.4"; version = "1.1.1";
goPackagePath = "github.com/getgauge/gauge"; goPackagePath = "github.com/getgauge/gauge";
excludedPackages = ''\(build\|man\)''; excludedPackages = ''\(build\|man\)'';
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "getgauge"; owner = "getgauge";
repo = "gauge"; repo = "gauge";
rev = "v${version}"; rev = "v${version}";
sha256 = "1b52kpv5561pyjvqi8xmidarqp6lcyyy4sjsl4qjx4cr7hmk8kc7"; sha256 = "01x4838jljhhhcwfh6zbhy3g7l7nqvypv3g0ch9n2amsf2s16s3l";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {