git-town: 22.6.0 -> 22.7.0 (#502039)

This commit is contained in:
Stanisław Pitucha
2026-03-23 22:19:24 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "git-town";
version = "22.6.0";
version = "22.7.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${finalAttrs.version}";
hash = "sha256-8+ZlyuDyEfIYXvOnXI5BHGUrDOMIbA4xCPPubLr/vIA=";
hash = "sha256-nHuEwAb0FBTE3YQ0rMFYhC1YM+kh/f1cNgqN7U1E3dk=";
};
vendorHash = null;