We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f896e commit 9e6a309Copy full SHA for 9e6a309
pkgs/development/ocaml-modules/camlpdf/default.nix
@@ -11,14 +11,14 @@ if lib.versionOlder ocaml.version "4.10" then
11
else
12
13
stdenv.mkDerivation rec {
14
- version = "2.8";
+ version = "2.8.1";
15
pname = "ocaml${ocaml.version}-camlpdf";
16
17
src = fetchFromGitHub {
18
owner = "johnwhitington";
19
repo = "camlpdf";
20
rev = "v${version}";
21
- hash = "sha256-+SFuFqlrP0nwm199y0QFWYvlwD+Cbh0PHA5bmXIWdNk=";
+ hash = "sha256-ZExQtcFBPiS7c6v+WEjZYQ6zXtqRTNLV0hYzYSB/eLE=";
22
};
23
24
nativeBuildInputs = [
0 commit comments