ocamlPackages.cpdf: 2.5 → 2.5.1

This commit is contained in:
Vincent Laporte
2023-07-11 23:54:42 +02:00
parent 3a512ee975
commit 2a1faef7db
@@ -6,13 +6,13 @@ else
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-cpdf";
version = "2.5";
version = "2.5.1";
src = fetchFromGitHub {
owner = "johnwhitington";
repo = "cpdf-source";
rev = "v${version}";
sha256 = "sha256:1qmx229nij7g6qmiacmyy4mcgx3k9509p4slahivshqm79d6wiwl";
hash = "sha256-B1wYLcxTRUyzREtE9uvPMwSiwtB+q0RQsY02F0u3aa0=";
};
nativeBuildInputs = [ ocaml findlib ];