Unverified Commit 4a1d2a7e authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

parents 1a0ce9e2 e5b15788
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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}$" ];