about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-11 22:54:40 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-11 22:54:40 +0200
commit4a370d7fb9e96311b0a757331e4bb74435f046d5 (patch)
treef12d7c8874cdbbc700bb176aeebf65dfaa59819a
parent778169409f39919c42957f3d9cb0aeb230b786d3 (diff)
downloadnixlib-4a370d7fb9e96311b0a757331e4bb74435f046d5.tar
nixlib-4a370d7fb9e96311b0a757331e4bb74435f046d5.tar.gz
nixlib-4a370d7fb9e96311b0a757331e4bb74435f046d5.tar.bz2
nixlib-4a370d7fb9e96311b0a757331e4bb74435f046d5.tar.lz
nixlib-4a370d7fb9e96311b0a757331e4bb74435f046d5.tar.xz
nixlib-4a370d7fb9e96311b0a757331e4bb74435f046d5.tar.zst
nixlib-4a370d7fb9e96311b0a757331e4bb74435f046d5.zip
ocamlPackages.fmt: 0.8.2 -> 0.8.4
-rw-r--r--pkgs/development/ocaml-modules/fmt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/fmt/default.nix b/pkgs/development/ocaml-modules/fmt/default.nix
index 469f808947ab..0d6ab72fadee 100644
--- a/pkgs/development/ocaml-modules/fmt/default.nix
+++ b/pkgs/development/ocaml-modules/fmt/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg, cmdliner, result, uchar }:
 
 stdenv.mkDerivation {
-  name = "ocaml${ocaml.version}-fmt-0.8.2";
+  name = "ocaml${ocaml.version}-fmt-0.8.4";
 
   src = fetchurl {
-    url = http://erratique.ch/software/fmt/releases/fmt-0.8.2.tbz;
-    sha256 = "020qz74cm65bzrywf6kylm93gr5x1ayl6hfmxaql995f6whb388i";
+    url = http://erratique.ch/software/fmt/releases/fmt-0.8.4.tbz;
+    sha256 = "1qilsbisqqhmn8b1ar9lvjbgz8vf4gmqwqjnnjzgld2a3gmh8qvv";
   };
 
   unpackCmd = "tar xjf $src";