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 else 15 16 stdenv.mkDerivation rec { 17 - version = "0.9.0"; 18 pname = "ocaml${ocaml.version}-fmt"; 19 20 src = fetchurl { 21 url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz"; 22 - sha256 = "sha256-8fsggFoi3XWhN9cnBKNw53ic9r32OUjmgX0cImwUEmE="; 23 }; 24 25 nativeBuildInputs = [
··· 14 else 15 16 stdenv.mkDerivation rec { 17 + version = "0.10.0"; 18 pname = "ocaml${ocaml.version}-fmt"; 19 20 src = fetchurl { 21 url = "https://erratique.ch/software/fmt/releases/fmt-${version}.tbz"; 22 + sha256 = "sha256-eDgec+FW2F85LzfkKFqsmYd3MWWZsBIXMhlXT3xdKZc="; 23 }; 24 25 nativeBuildInputs = [