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 0a29f57 commit 0d3ca3bCopy full SHA for 0d3ca3b
pkgs/development/ocaml-modules/camlpdf/default.nix
@@ -7,14 +7,14 @@
7
}:
8
9
stdenv.mkDerivation rec {
10
- version = "2.8";
+ version = "2.8.1";
11
pname = "ocaml${ocaml.version}-camlpdf";
12
13
src = fetchFromGitHub {
14
owner = "johnwhitington";
15
repo = "camlpdf";
16
rev = "v${version}";
17
- hash = "sha256-+SFuFqlrP0nwm199y0QFWYvlwD+Cbh0PHA5bmXIWdNk=";
+ hash = "sha256-ZExQtcFBPiS7c6v+WEjZYQ6zXtqRTNLV0hYzYSB/eLE=";
18
};
19
20
nativeBuildInputs = [
0 commit comments