Merge pull request #149174 from r-ryantm/auto-update/git-town
git-town: 7.5.0 -> 7.6.0
This commit is contained in:
commit
c9e85039e3
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "git-town";
|
pname = "git-town";
|
||||||
version = "7.5.0";
|
version = "7.6.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/git-town/git-town";
|
goPackagePath = "github.com/git-town/git-town";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "git-town";
|
owner = "git-town";
|
||||||
repo = "git-town";
|
repo = "git-town";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-RmLDlTK+JO2KRLuLvO927W3WYdDlteBIpgTgDXh8lC8=";
|
sha256 = "sha256-yarJWIEIZuBcXXxltkiM7LwrEM8fveD3+JVoPGarhJQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [ "-X github.com/git-town/git-town/src/cmd.version=v${version}" "-X github.com/git-town/git-town/src/cmd.buildDate=nix" ];
|
ldflags = [ "-X github.com/git-town/git-town/src/cmd.version=v${version}" "-X github.com/git-town/git-town/src/cmd.buildDate=nix" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user