git-town: 22.2.0 -> 22.5.0 (#486876)

This commit is contained in:
Adam C. Stephens
2026-02-11 17:55:09 +00:00
committed by GitHub
+4 -2
View File
@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "git-town";
version = "22.2.0";
version = "22.5.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${finalAttrs.version}";
hash = "sha256-JY0zWWMln4r2ga1jwxK+RTp8izATyovRHBf4A29pXW4=";
hash = "sha256-7+KCk46TOnOVmmhYtqzC6kC3wQUdWkQKoSpoyb9D9tQ=";
};
vendorHash = null;
@@ -61,6 +61,8 @@ buildGoModule (finalAttrs: {
"TestMockingRunner/MockCommitMessage"
"TestMockingRunner/QueryWith"
"TestTestCommands/CreateChildFeatureBranch"
"TestTestCommands/CreateChildBranch"
"TestTestCommands/CreateLocalBranchUsingGitTown"
];
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];