Merge pull request #241121 from JoeRu/master

leptonica: from 1.83.0 -> to 1.83.1

authored by Pol Dellaiera and committed by GitHub a104f042 c4ca94c1

+3 -3
+3 -3
pkgs/development/libraries/leptonica/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "leptonica"; 7 - version = "1.83.0"; 8 9 src = fetchurl { 10 - url = "http://www.leptonica.org/source/${pname}-${version}.tar.gz"; 11 - sha256 = "sha256-IGWR3VjPhO84CDba0TO1jJ0a+SSR9amCXDRqFiBEvP4="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 4 5 stdenv.mkDerivation rec { 6 pname = "leptonica"; 7 + version = "1.83.1"; 8 9 src = fetchurl { 10 + url = "https://github.com/DanBloomberg/${pname}/releases/download/${version}/${pname}-${version}.tar.gz"; 11 + hash = "sha256-jxhhXgdDr3339QmFxzDfzwyTVIBz0fVmIeQVaotU090="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook pkg-config ];