git-town: 21.3.0 -> 21.4.1

This commit is contained in:
R. Ryantm 2025-08-11 21:32:28 +00:00
parent a2a025b8f3
commit a1d3e9196f

View File

@ -13,13 +13,13 @@
buildGoModule rec {
pname = "git-town";
version = "21.3.0";
version = "21.4.1";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-G1xeMOKZ1EKCZXqC2fJEUa5PeWUGknv0zew7rjAXqkM=";
hash = "sha256-IBBnqwXx7q6QBk0Z5cHugXVeJHq85lCX7Y5U1tCXZmA=";
};
vendorHash = null;