Merge pull request #96944 from xoe-labs/da-bump-gittown
git-town: 7.3.0 → 7.4.0
This commit is contained in:
commit
b268e89ff7
@ -2,23 +2,22 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "git-town";
|
pname = "git-town";
|
||||||
version = "7.3.0";
|
version = "7.4.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/Originate/git-town";
|
|
||||||
|
|
||||||
|
goPackagePath = "github.com/git-town/git-town";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Originate";
|
owner = "git-town";
|
||||||
repo = "git-town";
|
repo = "git-town";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "166g9i79hqga8k5wvs0b84q6rqniizzsd39v37s9w16axgdrm6nb";
|
sha256 = "05s2hp4xn0bs3y6rgqkpgz0k8q8yfpwkw5m8vwim95hk6n41ps18";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFlagsArray = [ "-ldflags=-X github.com/Originate/git-town/src/cmd.version=v${version} -X github.com/Originate/git-town/src/cmd.buildDate=nix" ];
|
buildFlagsArray = [ "-ldflags=-X github.com/git-town/git-town/src/cmd.version=v${version} -X github.com/git-town/git-town/src/cmd.buildDate=nix" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generic, high-level git support for git-flow workflows";
|
description = "Generic, high-level git support for git-flow workflows";
|
||||||
homepage = "http://www.git-town.com/";
|
homepage = "http://www.git-town.com/";
|
||||||
maintainers = [ maintainers.allonsy ];
|
maintainers = [ maintainers.allonsy maintainers.blaggacao ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user