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

leptonica: 1.84.0 -> 1.84.1
This commit is contained in:
Weijia Wang 2024-01-20 07:57:30 +01:00 committed by GitHub
commit 7c46caeb25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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