Skip to content

Commit

Permalink
Merge pull request #100909 from r-ryantm/auto-update/croc
Browse files Browse the repository at this point in the history
croc: 8.5.0 -> 8.5.1
  • Loading branch information
marsam committed Oct 18, 2020
2 parents dd9e691 + 137a906 commit 1b5ff33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/croc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "croc";
version = "8.5.0";
version = "8.5.1";

src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "0c8gj4fv5q8zl48lfvw06rxng2scgivb6zls136kxq5f2fb2dyk5";
sha256 = "1b0bcqgvlalgz82s1dnq7lkmwvznc5vnh27al9j1dqg4hx97md2j";
};

vendorSha256 = "0cgvbwxscmqjzva0bp5sqb4hnvk2ww50yqw34iya5lk2db9vn3ha";
vendorSha256 = "15bis2hssk7x2r0m728l1rmbl8nl5p4kzdf5382bcs8p3hscp0gl";

doCheck = false;

Expand Down

0 comments on commit 1b5ff33

Please sign in to comment.