mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
gauge: 1.1.5 -> 1.1.6
This commit is contained in:
parent
a817ce3ada
commit
7f6af08f81
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gauge";
|
pname = "gauge";
|
||||||
version = "1.1.5";
|
version = "1.1.6";
|
||||||
|
|
||||||
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 = "0jijw9x1ccqbb9kkzx1bj3wsq6v1415hvlbiihswqbb559bcmira";
|
sha256 = "02yrk4d5mm4j2grlhqkf4grxawx91kd2vhdn7k5wd2dl6wsnlgcl";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue