Skip to content

Commit 0d3ca3b

Browse files
r-ryantmmdaniels5757
authored andcommitted
ocamlPackages.camlpdf: 2.8 -> 2.8.1
1 parent 0a29f57 commit 0d3ca3b

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
@@ -7,14 +7,14 @@
77
}:
88

99
stdenv.mkDerivation rec {
10-
version = "2.8";
10+
version = "2.8.1";
1111
pname = "ocaml${ocaml.version}-camlpdf";
1212

1313
src = fetchFromGitHub {
1414
owner = "johnwhitington";
1515
repo = "camlpdf";
1616
rev = "v${version}";
17-
hash = "sha256-+SFuFqlrP0nwm199y0QFWYvlwD+Cbh0PHA5bmXIWdNk=";
17+
hash = "sha256-ZExQtcFBPiS7c6v+WEjZYQ6zXtqRTNLV0hYzYSB/eLE=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)