ocamlnet: update 3.7.3 -> 3.7.6

Closes #4216
This commit is contained in:
Vincent Laporte
2014-09-27 01:09:53 +01:00
committed by Mateusz Kowalczyk
parent 3a29982287
commit 5e4cf92121
3 changed files with 5 additions and 68 deletions
@@ -4,6 +4,8 @@ let
ocaml_version = (builtins.parseDrvName ocaml.name).version;
in
assert stdenv.lib.versionAtLeast ocaml_version "3.12";
stdenv.mkDerivation {
name = "cryptokit-1.9";