git-town: 22.5.0 -> 22.6.0

This commit is contained in:
R. Ryantm
2026-03-01 01:29:14 +00:00
parent 50f4bb32ac
commit bb92995e33
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "git-town";
version = "22.5.0";
version = "22.6.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${finalAttrs.version}";
hash = "sha256-7+KCk46TOnOVmmhYtqzC6kC3wQUdWkQKoSpoyb9D9tQ=";
hash = "sha256-8+ZlyuDyEfIYXvOnXI5BHGUrDOMIbA4xCPPubLr/vIA=";
};
vendorHash = null;