git-town: 23.0.1 -> 23.0.2

This commit is contained in:
R. Ryantm
2026-06-06 14:11:24 +00:00
parent cbb5cf358f
commit ab83614656
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "git-town";
version = "23.0.1";
version = "23.0.2";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${finalAttrs.version}";
hash = "sha256-kAAzfb0rg10k9PnUKYEqdSWYWi0JR6jiKDHUv/RSUSs=";
hash = "sha256-FwwyX/Ncl8zCR1+/A49VIugESU1YFgDcQYbO8w84Lm0=";
};
vendorHash = null;