croc: 8.6.10 -> 8.6.11

This commit is contained in:
R. RyanTM 2021-03-17 10:30:29 +00:00
parent 5b3290333a
commit 8177519fbe

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;