Merge pull request #149174 from r-ryantm/auto-update/git-town

git-town: 7.5.0 -> 7.6.0
This commit is contained in:
Mario Rodas 2021-12-08 01:58:00 -05:00 committed by GitHub
commit c9e85039e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "git-town";
version = "7.5.0";
version = "7.6.0";
goPackagePath = "github.com/git-town/git-town";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
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" ];