about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/json-data-encoding
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-04-01 06:40:58 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-04-01 06:42:14 +0200
commit98ee323ad3048c94081bc9119dd55a39558c5671 (patch)
treec78371952ad08f90f7d4501b88d811b86334257d /pkgs/development/ocaml-modules/json-data-encoding
parentfa1b3bafc21762fcc3be29eb551383ec19f56e14 (diff)
ocamlPackages.json-data-encoding: 0.11 → 0.12.1
Diffstat (limited to 'pkgs/development/ocaml-modules/json-data-encoding')
-rw-r--r--pkgs/development/ocaml-modules/json-data-encoding/bson.nix2
-rw-r--r--pkgs/development/ocaml-modules/json-data-encoding/default.nix5
2 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/json-data-encoding/bson.nix b/pkgs/development/ocaml-modules/json-data-encoding/bson.nix
index 46810ab1566be..c0d1a5260bc7d 100644
--- a/pkgs/development/ocaml-modules/json-data-encoding/bson.nix
+++ b/pkgs/development/ocaml-modules/json-data-encoding/bson.nix
@@ -5,6 +5,8 @@ buildDunePackage {
 
   inherit (json-data-encoding) version src doCheck;
 
+  duneVersion = "3";
+
   propagatedBuildInputs = [
     json-data-encoding
     ocplib-endian
diff --git a/pkgs/development/ocaml-modules/json-data-encoding/default.nix b/pkgs/development/ocaml-modules/json-data-encoding/default.nix
index 13b81d9c52718..ef89f7a205b7f 100644
--- a/pkgs/development/ocaml-modules/json-data-encoding/default.nix
+++ b/pkgs/development/ocaml-modules/json-data-encoding/default.nix
@@ -2,13 +2,14 @@
 
 buildDunePackage rec {
   pname = "json-data-encoding";
-  version = "0.11";
+  version = "0.12.1";
   minimalOCamlVersion = "4.10";
+  duneVersion = "3";
   src = fetchFromGitLab {
     owner = "nomadic-labs";
     repo = "json-data-encoding";
     rev = "${version}";
-    sha256 = "sha256-4FNUU82sq3ylgw0lxHlwi1OV58NRRh9zJqE47YyQZSc=";
+    hash = "sha256-ticulOKiFNQIZNFOQE9UQOw/wqRfygQwLVIc4kkmwg4=";
   };
 
   propagatedBuildInputs = [