summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-05-22 21:59:15 -0700
committerGitHub <noreply@github.com>2019-05-22 21:59:15 -0700
commit33dc8bc5d01c6dfad0816c2c5d85ee7ec52365d4 (patch)
treec21d2ac4db5163ac1c8d7109e7f6aef7eb8ed9cc
parent63b67ddce4a313eb5141486861db5796526b50ec (diff)
parent0445fb2356122e8ce710deca38b1d77a1b7a53ff (diff)
Merge pull request #61861 from r-ryantm/auto-update/ocaml-logs
ocamlPackages.logs: 0.6.2 -> 0.6.3
-rw-r--r--pkgs/development/ocaml-modules/logs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/logs/default.nix b/pkgs/development/ocaml-modules/logs/default.nix
index 84ac1039628d9..157beaac4bc7b 100644
--- a/pkgs/development/ocaml-modules/logs/default.nix
+++ b/pkgs/development/ocaml-modules/logs/default.nix
@@ -9,11 +9,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";
 
 stdenv.mkDerivation rec {
   name = "ocaml-${pname}-${version}";
-  version = "0.6.2";
+  version = "0.6.3";
 
   src = fetchurl {
     url = "${webpage}/releases/${pname}-${version}.tbz";
-    sha256 = "1khbn7jqpid83zn8rvyh1x1sirls7zc878zj4fz985m5xlsfy853";
+    sha256 = "1lkhr7i44xw4kpfbhgj3rbqy3dv5bfm4kyrbl8a9rfafddcxlwss";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild topkg fmt cmdliner lwt ];