ocamlPackages.oasis: 0.4.7 -> 0.4.10
This commit is contained in:
parent
c072fb4729
commit
3095a46bfc
@ -3,14 +3,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.4.7";
|
version = "0.4.10";
|
||||||
name = "ocaml-oasis-${version}";
|
name = "ocaml-oasis-${version}";
|
||||||
|
|
||||||
# You must manually update the url, not just the version. OCamlforge keys off
|
# You must manually update the url, not just the version. OCamlforge keys off
|
||||||
# the number after download.php, not the filename.
|
# the number after download.php, not the filename.
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://forge.ocamlcore.org/frs/download.php/1635/oasis-${version}.tar.gz";
|
url = https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz;
|
||||||
sha256 = "13crvqiy0hhlnm4qfyxq2jjvs11ldxf15c4g9q91k1x3wj04pg2l";
|
sha256 = "13ah03pbcvrjv5lmx971hvkm9rvbvimska5wmjfvgvd20ca0gn8w";
|
||||||
};
|
};
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user