Skip to content

Commit

Permalink
Merge pull request #80527 from marsam/update-bazel-remote
Browse files Browse the repository at this point in the history
bazel-remote: 2020-01-29 -> 1.0.0
  • Loading branch information
marsam committed Feb 20, 2020
2 parents 3c0b262 + 2e651fa commit 82a6834
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -8,13 +8,13 @@

buildBazelPackage rec {
name = "bazel-remote-${version}";
version = "2020-01-29";
version = "1.0.0";

src = fetchFromGitHub {
owner = "buchgr";
repo = "bazel-remote";
rev = "ae9378321552dd14066332f8fa55076040228cb7";
sha256 = "1jbd319n255cmmncnjfdkdcpx0x62asp3dqwgl6vimx4dqqj8v1p";
rev = "v${version}";
sha256 = "1fpdw139d5q1377qnqbgkahmdr4mdaa17d2m10wkyvyvijwm4r2m";
};

nativeBuildInputs = [ go git ];
Expand Down

0 comments on commit 82a6834

Please sign in to comment.