Skip to content

Commit 9e6a309

Browse files
r-ryantmwolfgangwalther
authored andcommitted
ocamlPackages.camlpdf: 2.8 -> 2.8.1
1 parent 85f896e commit 9e6a309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/ocaml-modules/camlpdf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ if lib.versionOlder ocaml.version "4.10" then
1111
else
1212

1313
stdenv.mkDerivation rec {
14-
version = "2.8";
14+
version = "2.8.1";
1515
pname = "ocaml${ocaml.version}-camlpdf";
1616

1717
src = fetchFromGitHub {
1818
owner = "johnwhitington";
1919
repo = "camlpdf";
2020
rev = "v${version}";
21-
hash = "sha256-+SFuFqlrP0nwm199y0QFWYvlwD+Cbh0PHA5bmXIWdNk=";
21+
hash = "sha256-ZExQtcFBPiS7c6v+WEjZYQ6zXtqRTNLV0hYzYSB/eLE=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)