about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/csexp
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-24 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-03-24 04:20:00 +0000
commit5b70dbe789b632ba14adfb42859c3c5c579b7340 (patch)
treeb15e7716d91611ce8d8eecb3dc0f7e80d42c0464 /pkgs/development/ocaml-modules/csexp
parent2b046918906f63555ec5e400e7d09f59163d2ba6 (diff)
ocamlPackages.csexp: 1.5.1 -> 1.5.2
https://github.com/ocaml-dune/csexp/releases/tag/1.5.2
Diffstat (limited to 'pkgs/development/ocaml-modules/csexp')
-rw-r--r--pkgs/development/ocaml-modules/csexp/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/csexp/default.nix b/pkgs/development/ocaml-modules/csexp/default.nix
index 664d9a773ab0e..1144a8b652b2f 100644
--- a/pkgs/development/ocaml-modules/csexp/default.nix
+++ b/pkgs/development/ocaml-modules/csexp/default.nix
@@ -2,15 +2,14 @@
 
 buildDunePackage rec {
   pname = "csexp";
-  version = "1.5.1";
+  version = "1.5.2";
 
   src = fetchurl {
     url = "https://github.com/ocaml-dune/csexp/releases/download/${version}/csexp-${version}.tbz";
-    sha256 = "sha256-1gXkBl+pCliABEDvLzOi2TE5i/LCIGGorLffhFwKrAI=";
+    hash = "sha256-GhTdBLtDeaQZkCSFUGKMd5E6nAfzw1wTcLaWDml3h/8=";
   };
 
-  minimumOCamlVersion = "4.03";
-  useDune2 = true;
+  minimalOCamlVersion = "4.03";
 
   propagatedBuildInputs = [
     result