about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-07 02:29:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-07 02:29:32 +0000
commit1f1505cef459cd5b8a248d79646e404c0e024c2c (patch)
treed520491727cf8c7926250691d8d977c767728fec
parent957b2f016ddc3b2cae7a2ad9653ac872eb26f402 (diff)
tesseract5: 5.3.0 -> 5.3.1
-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 a1b92e6f542d3..d57ab29586a6b 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.3.0";
+  version = "5.3.1";
 
   src = fetchFromGitHub {
     owner = "tesseract-ocr";
     repo = "tesseract";
     rev = version;
-    sha256 = "sha256-Y+RZOnBCjS8XrWeFA4ExUxwsuWA0DndNtpIWjtRi1G8=";
+    sha256 = "sha256-Glpu6CURCL3kI8MAeXbF9OWCRjonQZvofWsv1wVWz08=";
   };
 
   enableParallelBuilding = true;