tesseract5: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm 2022-08-14 03:07:17 +00:00
parent e6d39fcc8f
commit e15d874463

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "tesseract";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "tesseract-ocr";
repo = "tesseract";
rev = version;
sha256 = "sha256-B1x3wxr9Sn2rsG8AHncPTEErhDo7YtpDRxfW9ZOPWoU=";
sha256 = "sha256-SvnV6sY+66ozOvgznTE6Gd/GFx/NfugpkpgeANMoUTU=";
};
enableParallelBuilding = true;