Unverified Commit 154bcb95 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #332278 from futile/update/git-town-14.4.1

git-town: 14.2.2 -> 15.0.0
parents a7cd56d4 257c502d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "14.2.2";
  version = "15.0.0";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    rev = "v${version}";
    hash = "sha256-bYCE3Ik0UbbjlZV8EY6pVRZzrTBp2uiZLJjO4UxfGE8=";
    hash = "sha256-Gp2X9DCnueSVbeqFBNxLfvlXh4PzlybVdh8xKjaFICQ=";
  };

  vendorHash = null;
@@ -32,6 +32,9 @@ buildGoModule rec {

  preCheck = ''
    HOME=$(mktemp -d)

    # this runs tests requiring local operations
    rm main_test.go
  '';

  checkFlags =