Skip to content

Commit 3095a46

Browse files
committedJul 11, 2017
ocamlPackages.oasis: 0.4.7 -> 0.4.10
1 parent c072fb4 commit 3095a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/tools/ocaml/oasis/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
}:
44

55
stdenv.mkDerivation rec {
6-
version = "0.4.7";
6+
version = "0.4.10";
77
name = "ocaml-oasis-${version}";
88

99
# You must manually update the url, not just the version. OCamlforge keys off
1010
# the number after download.php, not the filename.
1111
src = fetchurl {
12-
url = "http://forge.ocamlcore.org/frs/download.php/1635/oasis-${version}.tar.gz";
13-
sha256 = "13crvqiy0hhlnm4qfyxq2jjvs11ldxf15c4g9q91k1x3wj04pg2l";
12+
url = https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz;
13+
sha256 = "13ah03pbcvrjv5lmx971hvkm9rvbvimska5wmjfvgvd20ca0gn8w";
1414
};
1515

1616
createFindlibDestdir = true;

0 commit comments

Comments
 (0)