git-town: 7.6.0 -> 7.7.0

This commit is contained in:
R. Ryantm 2022-01-24 11:03:55 +00:00 committed by Jonathan Ringer
parent d44e044d84
commit ac738f5ef9

View file

@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "git-town";
version = "7.6.0";
version = "7.7.0";
goPackagePath = "github.com/git-town/git-town";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
sha256 = "sha256-yarJWIEIZuBcXXxltkiM7LwrEM8fveD3+JVoPGarhJQ=";
sha256 = "sha256-FpBEBx2gb33fGDndvZmvG1A61NoJ4Qy4V3YQSb+Ugsc=";
};
ldflags = [ "-X github.com/git-town/git-town/src/cmd.version=v${version}" "-X github.com/git-town/git-town/src/cmd.buildDate=nix" ];