git-town: 22.0.0 -> 22.1.0

This commit is contained in:
R. Ryantm
2025-10-14 01:18:50 +00:00
parent 99feb07217
commit cdf60ddfcf
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "git-town";
version = "22.0.0";
version = "22.1.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-yLDzMKyg9t5VNFXRS+FDD6W0Z80eNNywfZAMOhxNSZU=";
hash = "sha256-hM6aEH4xiMgRWvIzja9QQUZvwdufG1FYooeUO1qJpbU=";
};
vendorHash = null;