summaryrefslogtreecommitdiff
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
parentMerge pull request #205977 from r-ryantm/auto-update/lxd (diff)
parenttesseract5: 5.2.0 -> 5.3.0 (diff)
downloadnixpkgs-ec827584b78a0c5c3c4b464820a9959f1685e18a.tar.gz
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 c3dfab7abe22..a1b92e6f542d 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;