Unverified Commit 3d565e95 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #256644 from r-ryantm/auto-update/git-codereview

git-codereview: 1.5.0 -> 1.6.0
parents 237ab13f b5198ca0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "git-codereview";
  version = "1.5.0";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "golang";
    repo = "review";
    rev = "v${version}";
    hash = "sha256-Dy7gHT6WmZ1TjA5s+VmOUkaRvrA9v7mWQSLPscgBHgY=";
    hash = "sha256-oHW73Y31z+0jOJdSJJa550mJYV8IP2fN+oNwT+3sySM=";
  };

  vendorHash = null;