ocamlPackages.camlpdf: 2.5 → 2.6

ocamlPackages.cpdf: 2.5.1 → 2.6
This commit is contained in:
Vincent Laporte 2023-08-03 04:33:41 +02:00 committed by Vincent Laporte
parent be8066f9e4
commit abf1192620
2 changed files with 4 additions and 4 deletions

View file

@ -5,14 +5,14 @@ then throw "camlpdf is not available for OCaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
version = "2.5";
version = "2.6";
pname = "ocaml${ocaml.version}-camlpdf";
src = fetchFromGitHub {
owner = "johnwhitington";
repo = "camlpdf";
rev = "v${version}";
sha256 = "sha256:1qmsa0xgi960y7r20mvf8hxiiml7l1908s4dm7nq262f19w51gsl";
hash = "sha256-CJWVvZSbvSzG3PIr7w0vmbmY6tH59AgBAWRfDpQ9MCk=";
};
nativeBuildInputs = [ which ocaml findlib ];

View file

@ -6,13 +6,13 @@ else
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-cpdf";
version = "2.5.1";
version = "2.6";
src = fetchFromGitHub {
owner = "johnwhitington";
repo = "cpdf-source";
rev = "v${version}";
hash = "sha256-B1wYLcxTRUyzREtE9uvPMwSiwtB+q0RQsY02F0u3aa0=";
hash = "sha256-5gEv/lmca3FR16m4uxbCJ3y/XtTSBvoIojeKszc24ss=";
};
nativeBuildInputs = [ ocaml findlib ];