ocaml-react: 1.1.0 -> 1.2.0
This commit is contained in:
parent
7e6f5cc561
commit
dab153bf72
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib, opam}:
|
{stdenv, fetchurl, ocaml, findlib, opam}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-react-1.1.0";
|
name = "ocaml-react-1.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://erratique.ch/software/react/releases/react-1.1.0.tbz;
|
url = http://erratique.ch/software/react/releases/react-1.2.0.tbz;
|
||||||
sha256 = "1gymn8hy7ga0l9qymmb1jcnnkqvy7l2zr87xavzqz0dfi9ci8dm7";
|
sha256 = "1gymn8hy7ga0l9qymmb1jcnnkqvy7l2zr87xavzqz0dfi9ci8dm7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user