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

git-codereview: 1.3.0 -> 1.4.0

parent b49c4f87
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.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "golang";
    repo = "review";
    rev = "v${version}";
    hash = "sha256-GZ1qdFjWhEO1fd+G5qWaV7OTUaalBZFbLTrIO58hKOQ=";
    hash = "sha256-N6L+TlPU/lStMPTFYKFH2GiwyGkEJJuKtkH7wKLuM00=";
  };

  vendorHash = null;