Commit 4bd71569 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-codereview: 1.15.0 -> 1.16.0

parent 38a4e2c6
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;