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

bazel-remote: 2.1.3 -> 2.2.0
This commit is contained in:
Bobby Rong 2021-10-29 12:43:38 +08:00 committed by GitHub
commit 6bd0720270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-remote";
version = "2.1.3";
version = "2.2.0";
src = fetchFromGitHub {
owner = "buchgr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pTsiXyIgY0caKZbucwaJqdOs9a+w7PH6tVzNNNxqYyg=";
sha256 = "sha256-zRZlpZWGZpBHc5DtqxeVc4xmJDKTem54/Fx/41i57c4=";
};
vendorSha256 = "sha256-N0UfC/M6EBbnpBpOTNkGgFEJpTA3VQ2jg9M7kxQQQc8=";