ocamlPackages.oasis: 0.4.7 -> 0.4.10

wip/yesman
Vincent Laporte 7 years ago
parent c072fb4729
commit 3095a46bfc
  1. 6
      pkgs/development/tools/ocaml/oasis/default.nix

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "0.4.7";
version = "0.4.10";
name = "ocaml-oasis-${version}";
# You must manually update the url, not just the version. OCamlforge keys off
# the number after download.php, not the filename.
src = fetchurl {
url = "http://forge.ocamlcore.org/frs/download.php/1635/oasis-${version}.tar.gz";
sha256 = "13crvqiy0hhlnm4qfyxq2jjvs11ldxf15c4g9q91k1x3wj04pg2l";
url = https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz;
sha256 = "13ah03pbcvrjv5lmx971hvkm9rvbvimska5wmjfvgvd20ca0gn8w";
};
createFindlibDestdir = true;

Loading…
Cancel
Save