Merge pull request #276560 from r-ryantm/auto-update/leptonica

leptonica: 1.83.1 -> 1.84.0
This commit is contained in:
Robert Scott 2023-12-27 19:29:02 +00:00 committed by GitHub
commit 628b90b5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "leptonica";
version = "1.83.1";
version = "1.84.0";
src = fetchurl {
url = "https://github.com/DanBloomberg/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-jxhhXgdDr3339QmFxzDfzwyTVIBz0fVmIeQVaotU090=";
hash = "sha256-QqApMSod8M1WQBlal5voG/ZiMOFTFkysRWR4RU5yBtU=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];