Unverified Commit bb9e21da authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

git-town: 18.0.0 -> 18.1.0 (#391744)

parents 7e69fea4 ad8e10d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "18.0.0";
  version = "18.1.0";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    tag = "v${version}";
    hash = "sha256-vn0Cq53gqe0HGrtYMUHCFsE13CpaBJqC4LxrkJSel1Y=";
    hash = "sha256-dx19gzHhCCcdlI80CYhbfKHRS0AQB0DnHphV2mqmI/Y=";
  };

  vendorHash = null;