3
0
Fork 0
forked from mirrors/nixpkgs

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

bazel-remote: 2.3.0 -> 2.3.1
This commit is contained in:
Mario Rodas 2021-12-25 11:11:29 -05:00 committed by GitHub
commit 01f7422bef
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.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "buchgr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ILD7uGVzRgFugHYkhvxy0rbWarXgGZXi/SLRSQb8nl4=";
sha256 = "sha256-aQsc2dBS1IWm1lpBPrrHx1CfrHXJYkDIObNHMqqVYn4=";
};
vendorSha256 = "sha256-XBsYSA0i0q/mp8sQh9h//pjs+TbEDc7UIdNU24/Qemo=";