Unverified Commit e4444613 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

git-town: 21.4.1 -> 21.4.3 (#435157)

parents e1dc1121 dfda31fa
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.4.1";
  version = "21.4.3";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    tag = "v${version}";
    hash = "sha256-IBBnqwXx7q6QBk0Z5cHugXVeJHq85lCX7Y5U1tCXZmA=";
    hash = "sha256-E3j1lWQycB6aIj8xXaRUJdtrrvc92kxJjXhSHq3TBy0=";
  };

  vendorHash = null;