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

gauge: 1.1.4 -> 1.1.5
This commit is contained in:
Mario Rodas 2020-11-11 05:24:20 -05:00 committed by GitHub
commit 9cbb9a308b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "gauge"; pname = "gauge";
version = "1.1.4"; version = "1.1.5";
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 = "07kq6j5scbcicgb8dqkf129q5ppvnlvkfp165ql30jrkfd6ybf6y"; sha256 = "0jijw9x1ccqbb9kkzx1bj3wsq6v1415hvlbiihswqbb559bcmira";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {