forked from mirrors/nixpkgs
gauge: 1.0.2 -> 1.0.3 (#51068)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
c4f8216cf2
commit
39bfdab345
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gauge-${version}";
|
name = "gauge-${version}";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
|
|
||||||
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 = "0cnhkxfw78i4lgkbrk87hgrjh98f0z6a97g77c9av20z4962hmfy";
|
sha256 = "0dcsgszg6ilf3sxan3ahf9cfpw66z3mh2svg2srxv8ici3ak8a2x";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue