mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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 {
|
||||
pname = "git-town";
|
||||
version = "7.3.0";
|
||||
|
||||
goPackagePath = "github.com/Originate/git-town";
|
||||
version = "7.4.0";
|
||||
|
||||
goPackagePath = "github.com/git-town/git-town";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Originate";
|
||||
owner = "git-town";
|
||||
repo = "git-town";
|
||||
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; {
|
||||
description = "Generic, high-level git support for git-flow workflows";
|
||||
homepage = "http://www.git-town.com/";
|
||||
maintainers = [ maintainers.allonsy ];
|
||||
maintainers = [ maintainers.allonsy maintainers.blaggacao ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue