about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/webmachine
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2020-06-29 20:52:49 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-06-29 23:10:23 +0200
commit56f8f6f31fbccd429bb3eced05c4fa46779f1211 (patch)
treef2fcce15781bcc86c56a8501d164d539eaa8b2dd /pkgs/development/ocaml-modules/webmachine
parent5e99766cfbe758a6a66a566831a0a69fd6b76451 (diff)
ocamlPackages.webmachine: 0.6.1 → 0.6.2
Diffstat (limited to 'pkgs/development/ocaml-modules/webmachine')
-rw-r--r--pkgs/development/ocaml-modules/webmachine/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/webmachine/default.nix b/pkgs/development/ocaml-modules/webmachine/default.nix
index 79e36b66d1174..3bf163607cd25 100644
--- a/pkgs/development/ocaml-modules/webmachine/default.nix
+++ b/pkgs/development/ocaml-modules/webmachine/default.nix
@@ -5,7 +5,7 @@
 
 buildDunePackage rec {
   pname = "webmachine";
-  version = "0.6.1";
+  version = "0.6.2";
 
   minimumOCamlVersion = "4.04";
 
@@ -13,7 +13,7 @@ buildDunePackage rec {
     owner = "inhabitedtype";
     repo = "ocaml-webmachine";
     rev = "${version}";
-    sha256 = "0kpbxsvjzylbxmxag77k1c8m8mwn4f4xscqk2i7fc591llgq9fp3";
+    sha256 = "1zi1vsm589y2njwzsqkmdbxvs9s4xlgbd62xqw2scp60mccp09nk";
   };
 
   propagatedBuildInputs = [ cohttp dispatch ptime ];