diff --git a/pkgs/development/ocaml-modules/ounit/default.nix b/pkgs/development/ocaml-modules/ounit/default.nix index 5807ceb256b6..92b70a8cd1b7 100644 --- a/pkgs/development/ocaml-modules/ounit/default.nix +++ b/pkgs/development/ocaml-modules/ounit/default.nix @@ -8,8 +8,8 @@ stdenv.mkDerivation { name = "ounit-2.0.0"; src = fetchurl { - url = http://forge.ocamlcore.org/frs/download.php/886/ounit-2.0.0.tar.gz; - sha256 = "1qw8k2czy0bxhsf25kfpgywhpqmg7bi57rmyhlnmbddmvc61pg76"; + url = https://forge.ocamlcore.org/frs/download.php/1258/ounit-2.0.0.tar.gz; + sha256 = "118xsadrx84pif9vaq13hv4yh22w9kmr0ypvhrs0viir1jr0ajjd"; }; buildInputs = [ocaml findlib camlp4];