about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cohttp
diff options
context:
space:
mode:
authorNiols <niols@niols.fr>2023-04-17 14:55:09 +0100
committerNiols <niols@niols.fr>2023-04-17 14:55:09 +0100
commit3365aa18ebd795656bab7d9c5700a5341b5a42d3 (patch)
tree0635d6216a1ed2724664527adbf6a325eab7bb78 /pkgs/development/ocaml-modules/cohttp
parentf00994e78cd39e6fc966f0c4103f908e63284780 (diff)
ocamlPackages.cohttp*: 5.0.0 -> 5.1.0
Diffstat (limited to 'pkgs/development/ocaml-modules/cohttp')
-rw-r--r--pkgs/development/ocaml-modules/cohttp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/cohttp/default.nix b/pkgs/development/ocaml-modules/cohttp/default.nix
index fcbed191ad6f2..4747b7b8ef4c7 100644
--- a/pkgs/development/ocaml-modules/cohttp/default.nix
+++ b/pkgs/development/ocaml-modules/cohttp/default.nix
@@ -6,14 +6,14 @@
 
 buildDunePackage rec {
   pname = "cohttp";
-  version = "5.0.0";
+  version = "5.1.0";
 
   minimalOCamlVersion = "4.08";
   duneVersion = "3";
 
   src = fetchurl {
-    url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz";
-    sha256 = "sha256-/W/0uGyBg1XWGzoIYoWW2/UX1qfabo7exIG7BlPKWgU=";
+    url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-v${version}.tbz";
+    sha256 = "sha256-mINgeBO7DSsWd84gYjQNUQFqbh8KBZ+S2bYI/iVWMAc=";
   };
 
   buildInputs = [ jsonm ppx_sexp_conv ];