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

git-codereview: 1.15.0 -> 1.16.0 (#424052)

parents 0c73a027 4bd71569
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "git-codereview";
  version = "1.15.0";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "golang";
    repo = "review";
    rev = "v${version}";
    hash = "sha256-CMe7xnR/cCjphuSI0/I0zqHehkRFX6DhLFpQNKwFErU=";
    hash = "sha256-xokVMjCtpIugdO9JIoKPMg0neajsULn3okMXW82nCQg=";
  };

  vendorHash = null;