git-town: 16.4.1 -> 16.7.0 (#362522)

This commit is contained in:
Aleksana
2024-12-10 11:32:37 +08:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "16.4.1";
version = "16.7.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-8Xr1R6txsJBGzBtvvKOCg2lcAHksl4hNPc9zySkTfdg=";
hash = "sha256-6gjBfEVALqXIs/LEr+dnHKRiG8QrIqs4gIFAnohm3hc=";
};
vendorHash = null;