Unverified Commit 350731a8 authored by Uri Baghin's avatar Uri Baghin Committed by GitHub
Browse files

Merge pull request #164335 from r-ryantm/auto-update/bazel-remote

bazel-remote: 2.3.4 -> 2.3.5
parents 1e49b301 8977f637
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "bazel-remote";
  version = "2.3.4";
  version = "2.3.5";

  src = fetchFromGitHub {
    owner = "buchgr";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ijR3RjGzm0HtVp5lSKGJemCGkRzhgQqaDOgg+MjDB1c=";
    sha256 = "sha256-8tT00ppqBGLw2h+RxaiD7r3XYzyvXOHj1U8V5H/ftyQ=";
  };

  vendorSha256 = "sha256-NmTdS5xgv0o7AT4lBJk472Lq1e73EcrcfnI8RIxKEoc=";
  vendorSha256 = "sha256-wXgW7HigMIeUZAcZpm5TH9thfCHmpz+M42toWHgwIYo=";

  doCheck = false;