Merge pull request #241121 from JoeRu/master

leptonica: from 1.83.0 -> to 1.83.1
This commit is contained in:
Pol Dellaiera 2023-07-02 18:51:11 +02:00 committed by GitHub
commit a104f042ca
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.0";
version = "1.83.1";
src = fetchurl {
url = "http://www.leptonica.org/source/${pname}-${version}.tar.gz";
sha256 = "sha256-IGWR3VjPhO84CDba0TO1jJ0a+SSR9amCXDRqFiBEvP4=";
url = "https://github.com/DanBloomberg/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-jxhhXgdDr3339QmFxzDfzwyTVIBz0fVmIeQVaotU090=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];