Revert "ocamlPackages.fmt: 0.8.9 -> 0.9.0"
This commit is contained in:
parent
95cc37ab9a
commit
414af487b1
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ then throw "fmt is not available for OCaml ${ocaml.version}"
|
||||||
else
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.9.0";
|
version = "0.8.9";
|
||||||
pname = "ocaml${ocaml.version}-fmt";
|
pname = "ocaml${ocaml.version}-fmt";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz";
|
url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz";
|
||||||
sha256 = "sha256-8fsggFoi3XWhN9cnBKNw53ic9r32OUjmgX0cImwUEmE=";
|
sha256 = "0gkkkj4x678vxdda4xaw2dd44qjacavsvn5nx8gydfwah6pjbkxk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];
|
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];
|
||||||
|
|
Loading…
Reference in a new issue