Skip to content

Commit

Permalink
ocamlnet: update from 3.7.6 to 3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 8, 2014
1 parent 6c77937 commit 2f38372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/ocamlnet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ let
in

stdenv.mkDerivation {
name = "ocamlnet-3.7.6";
name = "ocamlnet-3.7.7";

src = fetchurl {
url = http://download.camlcity.org/download/ocamlnet-3.7.6.tar.gz;
sha256 = "0z17kxn1cyn1x5wgajw737m9rsjwji823rxdwvv8a5239xd1whji";
url = http://download.camlcity.org/download/ocamlnet-3.7.7.tar.gz;
sha256 = "02bnks9jshpq9nqva5lky5hl009yp19cgvf1izjca620hx54d3jv";
};

buildInputs = [ncurses ocaml findlib ocaml_pcre camlzip openssl ocaml_ssl cryptokit];
Expand Down

0 comments on commit 2f38372

Please sign in to comment.