git-town: 21.3.0 -> 21.4.1 (#430484)

This commit is contained in:
Paul Meyer
2025-08-14 14:52:38 +02:00
committed by GitHub
+2 -2
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;