We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c072fb4 commit 3095a46Copy full SHA for 3095a46
pkgs/development/tools/ocaml/oasis/default.nix
@@ -3,14 +3,14 @@
3
}:
4
5
stdenv.mkDerivation rec {
6
- version = "0.4.7";
+ version = "0.4.10";
7
name = "ocaml-oasis-${version}";
8
9
# You must manually update the url, not just the version. OCamlforge keys off
10
# the number after download.php, not the filename.
11
src = fetchurl {
12
- url = "http://forge.ocamlcore.org/frs/download.php/1635/oasis-${version}.tar.gz";
13
- sha256 = "13crvqiy0hhlnm4qfyxq2jjvs11ldxf15c4g9q91k1x3wj04pg2l";
+ url = https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz;
+ sha256 = "13ah03pbcvrjv5lmx971hvkm9rvbvimska5wmjfvgvd20ca0gn8w";
14
};
15
16
createFindlibDestdir = true;
0 commit comments