git-town: 21.4.1 -> 21.4.3

This commit is contained in:
R. Ryantm
2025-08-20 03:08:34 +00:00
parent 226bb7c9df
commit dfda31fa1e
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "git-town";
version = "21.4.1";
version = "21.4.3";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-IBBnqwXx7q6QBk0Z5cHugXVeJHq85lCX7Y5U1tCXZmA=";
hash = "sha256-E3j1lWQycB6aIj8xXaRUJdtrrvc92kxJjXhSHq3TBy0=";
};
vendorHash = null;