Merge pull request #116604 from r-ryantm/auto-update/croc

croc: 8.6.10 -> 8.6.11
This commit is contained in:
Sandro
2021-03-22 00:32:08 +01:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "croc";
version = "8.6.10";
version = "8.6.11";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/JS173hIW3doDCP/5v8dUSEW44pyq6VdF17Za6JWtys=";
sha256 = "sha256-+ej6Q2XczWVcu7lMRjt+Sj2FZxlfFSepE6crCFgPuoc=";
};
vendorSha256 = "sha256-5UaOFTm72RG/xsShliU32Vp6qNANDyAotbaRYyan87U=";
vendorSha256 = "sha256-50ESG3GL9BcTaGp1Q5rc1XklF3H7WKcyM1yq7SZa2QE=";
doCheck = false;