Unverified Commit 514966d2 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #306780 from r-ryantm/auto-update/git-town

git-town: 14.1.0 -> 14.2.0
parents 24b65d7a c6a10978
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "14.1.0";
  version = "14.2.0";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    rev = "v${version}";
    hash = "sha256-BhtKl052P3PGxGXb5lSOIsncJLiNlevzBMEF2kCuFpM=";
    hash = "sha256-+OJ8aUA/VFOAzdCRcOCQKm6/RjRe13TITP1DAWqoAQI=";
  };

  vendorHash = null;