git-town: 21.1.0 -> 21.2.0

This commit is contained in:
R. Ryantm 2025-07-03 12:44:25 +00:00
parent 55c8c35e50
commit a2c73a5165

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;