jbig2enc: 0.30 -> 0.31

This commit is contained in:
Thomas Butter
2026-05-17 11:32:51 +00:00
parent 1b65c95ad8
commit d762203398
+7 -3
View File
@@ -11,20 +11,24 @@
libtiff,
python3,
autoreconfHook,
pkg-config,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "jbig2enc";
version = "0.30";
version = "0.31";
src = fetchFromGitHub {
owner = "agl";
repo = "jbig2enc";
rev = finalAttrs.version;
hash = "sha256-B19l2NdMq+wWKQ5f/y5aoPiBtQnn6sqpaIoyIq+ugTg=";
hash = "sha256-UafMDNEMr+8keSgIXBNxnhR24qRrx7F0+ShleF/G2AQ=";
};
nativeBuildInputs = [ autoreconfHook ];
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [
leptonica