git-town: 7.6.0 -> 7.7.0

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent d44e044d84
commit ac738f5ef9
  1. 4
      pkgs/tools/misc/git-town/default.nix

@ -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" ];

Loading…
Cancel
Save