about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-07-22 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-07-22 04:20:00 +0000
commitda412635322426406c19f9956c4a8d40680c677f (patch)
tree95a6cd74531cedf5cd6b7b75b7da9e4964d61b1c /pkgs/development/tools/ocaml
parent883fd35c940aa304654f9bc796e6d53ad627a9c8 (diff)
ocamlPackages.utop: 2.13.0 -> 2.13.1
Diff: https://github.com/ocaml-community/utop/compare/2.13.0...2.13.1

Changelog: https://github.com/ocaml-community/utop/blob/2.13.1/CHANGES.md
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/utop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/utop/default.nix b/pkgs/development/tools/ocaml/utop/default.nix
index a06c5fca63816..e2f0abd65c95a 100644
--- a/pkgs/development/tools/ocaml/utop/default.nix
+++ b/pkgs/development/tools/ocaml/utop/default.nix
@@ -6,14 +6,14 @@
 buildDunePackage rec {
   pname = "utop";
 
-  version = "2.13.0";
+  version = "2.13.1";
   propagatedBuildInputs = [ findlib lambda-term xdg zed logs ];
 
   minimalOCamlVersion = "4.11";
 
   src = fetchurl {
     url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
-    sha256 = "sha256-iEUPIABsLRB4Gr6YQbrSpX5ymLXs8b4zu/Hq3r0Shtg=";
+    sha256 = "sha256-sE7Co5TRpqKKeURMWPZuq3e390QB9HFKpubxwhJab/0=";
   };
 
   nativeBuildInputs = [ makeWrapper cppo ];