Unverified Commit 34519077 authored by Zane Dufour's avatar Zane Dufour
Browse files

git-town: 21.0.0 -> 21.1.0

re https://github.com/git-town/git-town/issues/4995, git-town 21.0.0 is
**super broken** for some (?) users. Panic on almost every invocation
parent 6e2869a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "21.0.0";
  version = "21.1.0";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    tag = "v${version}";
    hash = "sha256-Wnp3qkF7e358uGftBy5vi3GandyZsAyxESvgUFB7mmM=";
    hash = "sha256-T+5qZBziXiCeCJJaW/EcbgnRLv+AUKDD4ODKbJKvbjY=";
  };

  vendorHash = null;