Commit 68c2b061 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-town: 11.1.0 -> 13.0.1

parent 2179e629
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    rev = "v${version}";
    hash = "sha256-QQ+sIZzkzecs+pZBzsmCL048JZpMPvdYi0PRtMN4AhY=";
    hash = "sha256-Ds3N5KUpB0HLRrKH/kpcBqtOtBD1fizYPsfKedBorTo=";
  };

  vendorHash = null;