aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/erm_xmpp
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2020-04-14 11:50:46 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2020-04-16 15:32:44 +0200
commit4e0a6294a3046fcd160cff17f1ef35a98ac70646 (patch)
tree726ac5eec3c43157ef09926419bdc15f17bc85d8 /pkgs/development/ocaml-modules/erm_xmpp
parentb61999e4ad60c351b4da63ae3ff43aae3c0bbdfb (diff)
ocamlPackages.erm_xmpp: 0.3+20180112 -> 0.3+20200317
Diffstat (limited to 'pkgs/development/ocaml-modules/erm_xmpp')
-rw-r--r--pkgs/development/ocaml-modules/erm_xmpp/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/ocaml-modules/erm_xmpp/default.nix b/pkgs/development/ocaml-modules/erm_xmpp/default.nix
index e9381a3bce15..c3534d146f8a 100644
--- a/pkgs/development/ocaml-modules/erm_xmpp/default.nix
+++ b/pkgs/development/ocaml-modules/erm_xmpp/default.nix
@@ -1,20 +1,20 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, camlp4, ocamlbuild
-, erm_xml, nocrypto
+, erm_xml, mirage-crypto, mirage-crypto-rng, base64
}:
stdenv.mkDerivation rec {
- version = "0.3+20180112";
+ version = "0.3+20200317";
name = "ocaml${ocaml.version}-erm_xmpp-${version}";
src = fetchFromGitHub {
owner = "hannesm";
repo = "xmpp";
- rev = "184dc70fab7d46d09b9148ca4448f07f1e0a2df2";
- sha256 = "1dsqsfacvd9xqsqjzh6xwbnf2mv1dvhy210riyvjd260q085ch6n";
+ rev = "7fa5bea252671fd88625c6af109998b879ca564f";
+ sha256 = "0spzyd9kbyizzwl8y3mq8z19zlkzxnkh2fppry4lyc7vaw7bqrwq";
};
buildInputs = [ ocaml findlib ocamlbuild camlp4 ];
- propagatedBuildInputs = [ erm_xml nocrypto ];
+ propagatedBuildInputs = [ erm_xml mirage-crypto mirage-crypto-rng base64 ];
configurePhase = "ocaml setup.ml -configure --prefix $out";
buildPhase = "ocaml setup.ml -build";