bazel-remote: 2020-01-29 -> 1.0.0

This commit is contained in:
Mario Rodas 2020-02-14 04:20:00 -05:00
parent d4c0e72071
commit 2e651faa3c
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

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 ];