git-town: 21.1.0 -> 21.2.0 (#422082)

This commit is contained in:
Matthias Beyer
2025-07-05 17:32:28 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "git-town";
version = "21.1.0";
version = "21.2.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-T+5qZBziXiCeCJJaW/EcbgnRLv+AUKDD4ODKbJKvbjY=";
hash = "sha256-/d3HXTkbb2z7+e141pquhDVvl+veFD6Z7m64026Xak4=";
};
vendorHash = null;