about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-12-26 01:28:33 +0000
committerGitHub <noreply@github.com>2022-12-26 01:28:33 +0000
commitec827584b78a0c5c3c4b464820a9959f1685e18a (patch)
treee8f14ebed4ab3678fcbee87a7c5e4cb8eabf0ae0
parent159873ac61f622be94d4f58178acf7bb322ffe59 (diff)
parentfd284bf461a394dd577461d4dff775a1fde6061b (diff)
Merge pull request #207645 from r-ryantm/auto-update/tesseract5
tesseract5: 5.2.0 -> 5.3.0
-rw-r--r--pkgs/applications/graphics/tesseract/tesseract5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/tesseract/tesseract5.nix b/pkgs/applications/graphics/tesseract/tesseract5.nix
index c3dfab7abe22e..a1b92e6f542d3 100644
--- a/pkgs/applications/graphics/tesseract/tesseract5.nix
+++ b/pkgs/applications/graphics/tesseract/tesseract5.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tesseract";
-  version = "5.2.0";
+  version = "5.3.0";
 
   src = fetchFromGitHub {
     owner = "tesseract-ocr";
     repo = "tesseract";
     rev = version;
-    sha256 = "sha256-SvnV6sY+66ozOvgznTE6Gd/GFx/NfugpkpgeANMoUTU=";
+    sha256 = "sha256-Y+RZOnBCjS8XrWeFA4ExUxwsuWA0DndNtpIWjtRi1G8=";
   };
 
   enableParallelBuilding = true;