ocamlPackages.erm_xmpp: 0.3+20200317 → 0.3+20220404

This commit is contained in:
Vincent Laporte 2022-07-10 15:59:33 +02:00 committed by sternenseemann
parent 0a5d06888a
commit 60d0de8a48

View File

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "0.3+20200317";
version = "0.3+20220404";
pname = "ocaml${ocaml.version}-erm_xmpp";
src = fetchFromGitHub {
owner = "hannesm";
repo = "xmpp";
rev = "7fa5bea252671fd88625c6af109998b879ca564f";
sha256 = "0spzyd9kbyizzwl8y3mq8z19zlkzxnkh2fppry4lyc7vaw7bqrwq";
rev = "e54d54e142ac9770c37e144693473692bf473530";
sha256 = "sha256-Ize8Em4LI54Cy1Xuzr9BjQGV7JMr3W6KI1YzI8G1q/U=";
};
nativeBuildInputs = [ ocaml findlib ocamlbuild camlp4 ];