Skip to content

Commit ce0e1c9

Browse files
authored
Merge pull request NixOS#243723 from r-ryantm/auto-update/tesseract5
tesseract5: 5.3.1 -> 5.3.2
2 parents 810dee7 + 7ff81c8 commit ce0e1c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/graphics/tesseract/tesseract5.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
stdenv.mkDerivation rec {
77
pname = "tesseract";
8-
version = "5.3.1";
8+
version = "5.3.2";
99

1010
src = fetchFromGitHub {
1111
owner = "tesseract-ocr";
1212
repo = "tesseract";
1313
rev = version;
14-
sha256 = "sha256-Glpu6CURCL3kI8MAeXbF9OWCRjonQZvofWsv1wVWz08=";
14+
sha256 = "sha256-49pTs9r9ebERC0S663+h/f70s693zDseKRziafCIaTo=";
1515
};
1616

1717
enableParallelBuilding = true;

0 commit comments

Comments
 (0)