croc: 8.6.8 -> 8.6.10

This commit is contained in:
R. RyanTM 2021-03-10 19:56:00 +00:00
parent 86ee8dd8ff
commit 01521df1ea

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "croc";
version = "8.6.8";
version = "8.6.10";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ierNKZ14F3EKtQRdOd7D4jhaA7M6zwnFVSk6aUh4VPc=";
sha256 = "sha256-/JS173hIW3doDCP/5v8dUSEW44pyq6VdF17Za6JWtys=";
};
vendorSha256 = "sha256-F/Vxl9Z5LgAmnRt/FOdW9eVN7IVb1ZEKiYOSpT9+L0E=";
vendorSha256 = "sha256-5UaOFTm72RG/xsShliU32Vp6qNANDyAotbaRYyan87U=";
doCheck = false;