3
0
Fork 0
forked from mirrors/nixpkgs

bazel-remote: 2.1.3 -> 2.2.0

This commit is contained in:
R. Ryantm 2021-10-29 02:38:39 +00:00
parent 842a0d94cb
commit 74df451f60

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=";