git-town: 7.2.0 -> 7.3.0
This commit is contained in:
parent
0cef04976f
commit
931f3a7b81
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "git-town";
|
pname = "git-town";
|
||||||
version = "7.2.0";
|
version = "7.3.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/Originate/git-town";
|
goPackagePath = "github.com/Originate/git-town";
|
||||||
|
|
||||||
@ -10,14 +10,14 @@
|
|||||||
owner = "Originate";
|
owner = "Originate";
|
||||||
repo = "git-town";
|
repo = "git-town";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hr0c6iya34lanfhsg9kj03l4ajalcfxkbn4bgwh0749smhi6mrj";
|
sha256 = "166g9i79hqga8k5wvs0b84q6rqniizzsd39v37s9w16axgdrm6nb";
|
||||||
};
|
};
|
||||||
|
|
||||||
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/Originate/git-town/src/cmd.version=v${version} -X github.com/Originate/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 ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user