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

bazel-remote: 2.2.0 -> 2.3.0
This commit is contained in:
Uri Baghin
2021-12-08 08:46:00 +11:00
committed by GitHub
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "bazel-remote";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "buchgr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zRZlpZWGZpBHc5DtqxeVc4xmJDKTem54/Fx/41i57c4=";
sha256 = "sha256-ILD7uGVzRgFugHYkhvxy0rbWarXgGZXi/SLRSQb8nl4=";
};
vendorSha256 = "sha256-N0UfC/M6EBbnpBpOTNkGgFEJpTA3VQ2jg9M7kxQQQc8=";
vendorSha256 = "sha256-XBsYSA0i0q/mp8sQh9h//pjs+TbEDc7UIdNU24/Qemo=";
doCheck = false;