Merge pull request #157717 from vbgl/ocaml-cpdf-fix-hash

ocamlPackages.cpdf: fix hash
This commit is contained in:
José Romildo Malaquias 2022-02-06 18:51:41 -03:00 committed by GitHub
commit ac88d8da9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
owner = "johnwhitington";
repo = "cpdf-source";
rev = "v${version}";
sha256 = "sha256:0ps6d78i5mp1gcigxfp9rxmjr1k00nkr37vllhr0rdyph97w41s1";
sha256 = "sha256:1qmx229nij7g6qmiacmyy4mcgx3k9509p4slahivshqm79d6wiwl";
};
buildInputs = [ ocaml findlib ncurses ];