Skip to content

Commit

Permalink
bazel-remote: 2.3.8 -> 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 1, 2022
1 parent d168bd6 commit 7d03836
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "bazel-remote";
version = "2.3.8";
version = "2.3.9";

src = fetchFromGitHub {
owner = "buchgr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iMVBkmZmjk4w5WN1sPBJQWC5Ktbl3Y6g62IpyGuM0Xg=";
sha256 = "sha256-Z6DCe2rkWnTaxvfhLd+ZGxLw2ldjaSPkPz/zHKzI1fs=";
};

vendorSha256 = "sha256-wXgW7HigMIeUZAcZpm5TH9thfCHmpz+M42toWHgwIYo=";
vendorSha256 = "sha256-BThOF6Kodmq0PqofiS24GffmTFRangrf6Q1SJ7mDVvY=";

doCheck = false;

Expand Down

0 comments on commit 7d03836

Please sign in to comment.