git-town: 21.4.3 -> 21.5.0

This commit is contained in:
R. Ryantm
2025-09-05 20:07:20 +00:00
parent 610eccade1
commit c8509a2014
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "git-town";
version = "21.4.3";
version = "21.5.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-E3j1lWQycB6aIj8xXaRUJdtrrvc92kxJjXhSHq3TBy0=";
hash = "sha256-H0WfUBrXPkqS2UnZpL6TyguzOa34KMetCwMKIvNKJ28=";
};
vendorHash = null;