about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/linenoise
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-24 15:34:27 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-24 16:53:17 +0200
commitb37e4c01b13e01f6a2ec87c55f5255e1efa03fdf (patch)
tree042558e6f060911a243519fd2dfd2cf147b71604 /pkgs/development/ocaml-modules/linenoise
parentd49fb307704a89dd19e5affa0beb4e9f87d70103 (diff)
ocamlPackages.linenoise: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/development/ocaml-modules/linenoise')
-rw-r--r--pkgs/development/ocaml-modules/linenoise/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/linenoise/default.nix b/pkgs/development/ocaml-modules/linenoise/default.nix
index eaeb053239e8f..32cbc268e76f5 100644
--- a/pkgs/development/ocaml-modules/linenoise/default.nix
+++ b/pkgs/development/ocaml-modules/linenoise/default.nix
@@ -2,7 +2,7 @@
 
 buildDunePackage rec {
   pname = "linenoise";
-  version = "1.3.0";
+  version = "1.3.1";
 
   useDune2 = true;
 
@@ -12,7 +12,7 @@ buildDunePackage rec {
     owner = "fxfactorial";
     repo = "ocaml-${pname}";
     rev = "v${version}";
-    sha256 = "0m9mm1arsawi5w5aqm57z41sy1wfxvhfgbdiw7hzy631i391144g";
+    sha256 = "sha256-5DlF56reh52Tvbi3wGK8ZrPBAYK0ZTBV3jz8qUsyKGk=";
   };
 
   propagatedBuildInputs = [ result ];