git-town: 16.4.1 -> 16.7.0

This commit is contained in:
R. Ryantm
2024-12-06 17:49:45 +00:00
parent e574201552
commit ab7512fbba
+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;