about summary refs log tree commit diff
path: root/pkgs/applications/graphics/tesseract
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-25 04:48:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-25 04:48:50 +0000
commitfd284bf461a394dd577461d4dff775a1fde6061b (patch)
tree83a8e0ff6e511f461bf845c2d68307599eb06c1b /pkgs/applications/graphics/tesseract
parent0c7efbb01a0e05cacb03f3d986c43de311fa2af6 (diff)
tesseract5: 5.2.0 -> 5.3.0
Diffstat (limited to 'pkgs/applications/graphics/tesseract')
-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;