mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
ocamlnet: update from 3.7.6 to 3.7.7
This commit is contained in:
parent
6c7793713d
commit
2f38372f73
@ -5,11 +5,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocamlnet-3.7.6";
|
name = "ocamlnet-3.7.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://download.camlcity.org/download/ocamlnet-3.7.6.tar.gz;
|
url = http://download.camlcity.org/download/ocamlnet-3.7.7.tar.gz;
|
||||||
sha256 = "0z17kxn1cyn1x5wgajw737m9rsjwji823rxdwvv8a5239xd1whji";
|
sha256 = "02bnks9jshpq9nqva5lky5hl009yp19cgvf1izjca620hx54d3jv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ncurses ocaml findlib ocaml_pcre camlzip openssl ocaml_ssl cryptokit];
|
buildInputs = [ncurses ocaml findlib ocaml_pcre camlzip openssl ocaml_ssl cryptokit];
|
||||||
|
Loading…
Reference in New Issue
Block a user