about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-12 05:20:52 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-12 05:20:52 +0000
commit908984c0ce6ee04b1543738463180a384433440f (patch)
treeed3e049762df33aad01d3cd483f9727baeeb6e38
parentfea3cb98e1c86ae92c74d2f705642581b622215d (diff)
ocamlPackages.csexp: 1.3.2 -> 1.4.0
-rw-r--r--pkgs/development/ocaml-modules/csexp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/csexp/default.nix b/pkgs/development/ocaml-modules/csexp/default.nix
index 26c064d6ff517..4bb83019dc5cd 100644
--- a/pkgs/development/ocaml-modules/csexp/default.nix
+++ b/pkgs/development/ocaml-modules/csexp/default.nix
@@ -2,7 +2,7 @@
 
 buildDunePackage rec {
   pname = "csexp";
-  version = "1.3.2";
+  version = "1.4.0";
 
   useDune2 = true;
 
@@ -10,7 +10,7 @@ buildDunePackage rec {
 
   src = fetchurl {
     url = "https://github.com/ocaml-dune/csexp/releases/download/${version}/csexp-${version}.tbz";
-    sha256 = "0jhwrxfjb0x31xj4g4b89fzw34sq19j0rq2hs2zyh1vz4xxl47zj";
+    sha256 = "sha256-jj1vyofxAqEm3ui3KioNFG8QQ5xHIY38FJ1Rvz7fNk4=";
   };
 
   propagatedBuildInputs = [ result ];