Unverified Commit cf2086be authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

git-town: 13.0.1 -> 13.0.2
parents 276c5164 c3ee3341
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "13.0.1";
  version = "13.0.2";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    rev = "v${version}";
    hash = "sha256-Ds3N5KUpB0HLRrKH/kpcBqtOtBD1fizYPsfKedBorTo=";
    hash = "sha256-NT/d6JRecM2g7e+mREYEi1LbUcRkwxmMEuy+IrpCjFA=";
  };

  vendorHash = null;