Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-14 18:17:08 +00:00
committed by GitHub
38 changed files with 1419 additions and 1013 deletions
+2 -2
View File
@@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "git-town";
version = "7.4.0";
version = "7.5.0";
goPackagePath = "github.com/git-town/git-town";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
sha256 = "05s2hp4xn0bs3y6rgqkpgz0k8q8yfpwkw5m8vwim95hk6n41ps18";
sha256 = "sha256-RmLDlTK+JO2KRLuLvO927W3WYdDlteBIpgTgDXh8lC8=";
};
buildFlagsArray = [ "-ldflags=-X github.com/git-town/git-town/src/cmd.version=v${version} -X github.com/git-town/git-town/src/cmd.buildDate=nix" ];