gauge: 1.1.3 -> 1.1.4

gstqt5
R. RyanTM 2020-10-18 08:50:48 +00:00
parent 9e1943edc0
commit c17f56677e
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "gauge";
version = "1.1.3";
version = "1.1.4";
goPackagePath = "github.com/getgauge/gauge";
excludedPackages = ''\(build\|man\)'';
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
sha256 = "11qllg1alv9khkgjarpzlsqg5ygisjprg79n2jqhv1w6izx88cqc";
sha256 = "07kq6j5scbcicgb8dqkf129q5ppvnlvkfp165ql30jrkfd6ybf6y";
};
meta = with stdenv.lib; {