Merge pull request #80527 from marsam/update-bazel-remote

bazel-remote: 2020-01-29 -> 1.0.0
This commit is contained in:
Mario Rodas 2020-02-19 20:03:47 -05:00 committed by GitHub
commit 82a6834e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildBazelPackage rec { buildBazelPackage rec {
name = "bazel-remote-${version}"; name = "bazel-remote-${version}";
version = "2020-01-29"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "buchgr"; owner = "buchgr";
repo = "bazel-remote"; repo = "bazel-remote";
rev = "ae9378321552dd14066332f8fa55076040228cb7"; rev = "v${version}";
sha256 = "1jbd319n255cmmncnjfdkdcpx0x62asp3dqwgl6vimx4dqqj8v1p"; sha256 = "1fpdw139d5q1377qnqbgkahmdr4mdaa17d2m10wkyvyvijwm4r2m";
}; };
nativeBuildInputs = [ go git ]; nativeBuildInputs = [ go git ];