gauge: 1.0.3 -> 1.0.4

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-01-28 16:17:54 +01:00
parent 0e14595178
commit f89b4fc4b1
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "gauge-${version}"; name = "gauge-${version}";
version = "1.0.3"; version = "1.0.4";
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 = "0dcsgszg6ilf3sxan3ahf9cfpw66z3mh2svg2srxv8ici3ak8a2x"; sha256 = "1b52kpv5561pyjvqi8xmidarqp6lcyyy4sjsl4qjx4cr7hmk8kc7";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {