ocamlPackages.reactivedata: fix src hash
This commit is contained in:
parent
b637d805c1
commit
5a76214c5d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "ocsigen";
|
||||
repo = "reactiveData";
|
||||
rev = version;
|
||||
sha256 = "sha256-z2qDdmlMOSbAnQppsjbIMRzXUOP4sT09R0LRT65/6ks=";
|
||||
sha256 = "sha256-YLkacIbjxZQ/ThgSxjTqviBYih6eW2GX5H7iybQDv1A=";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml findlib ocamlbuild opaline ];
|
||||
|
|
Loading…
Reference in a new issue