ocamlPackages.fmt: 0.9.0 -> 0.10.0

authored by R. Ryantm and committed by Weijia Wang fdaf567f cb5734a5

+2 -2
+2 -2
pkgs/development/ocaml-modules/fmt/default.nix
··· 14 14 else 15 15 16 16 stdenv.mkDerivation rec { 17 - version = "0.9.0"; 17 + version = "0.10.0"; 18 18 pname = "ocaml${ocaml.version}-fmt"; 19 19 20 20 src = fetchurl { 21 21 url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz"; 22 - sha256 = "sha256-8fsggFoi3XWhN9cnBKNw53ic9r32OUjmgX0cImwUEmE="; 22 + sha256 = "sha256-eDgec+FW2F85LzfkKFqsmYd3MWWZsBIXMhlXT3xdKZc="; 23 23 }; 24 24 25 25 nativeBuildInputs = [