Commit c8509a20 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-town: 21.4.3 -> 21.5.0

parent 610eccad
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.3";
  version = "21.5.0";

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

  vendorHash = null;