1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

tesseract4: 4.0.0 -> 4.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tesseract/versions
This commit is contained in:
R. RyanTM 2019-07-16 19:00:34 -07:00 committed by Frederik Rietdijk
parent 8a4c3f43e0
commit 9f29ecbaf4

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "tesseract-${version}";
version = "4.0.0";
version = "4.1.0";
src = fetchFromGitHub {
owner = "tesseract-ocr";
repo = "tesseract";
rev = version;
sha256 = "1b5fi2vibc4kk9b30kkk4ais4bw8fbbv24bzr5709194hb81cav8";
sha256 = "06i7abxy2ifmdx1fak81cx0kns85n8hvp0339jk6242fhshibljx";
};
enableParallelBuilding = true;