about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2020-04-06 19:23:35 -0400
committerBen Darwin <bcdarwin@gmail.com>2020-04-19 21:50:37 -0400
commit3a9f743605f8dc164eb7650d39a72cafebe28cbf (patch)
tree8880da1f107164ecedee94d6ce264b0a91c2753f /pkgs/development/ocaml-modules
parent261d7c2f665a079a53146cdc941d308ce90d961f (diff)
downloadnixlib-3a9f743605f8dc164eb7650d39a72cafebe28cbf.tar
nixlib-3a9f743605f8dc164eb7650d39a72cafebe28cbf.tar.gz
nixlib-3a9f743605f8dc164eb7650d39a72cafebe28cbf.tar.bz2
nixlib-3a9f743605f8dc164eb7650d39a72cafebe28cbf.tar.lz
nixlib-3a9f743605f8dc164eb7650d39a72cafebe28cbf.tar.xz
nixlib-3a9f743605f8dc164eb7650d39a72cafebe28cbf.tar.zst
nixlib-3a9f743605f8dc164eb7650d39a72cafebe28cbf.zip
ocamlPackages.linenoise: 1.1.0 -> 1.3.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-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 b6b9b4163ff9..0ad277f4a07f 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.1.0";
+  version = "1.3.0";
 
   minimumOCamlVersion = "4.02";
 
@@ -10,7 +10,7 @@ buildDunePackage rec {
     owner = "fxfactorial";
     repo = "ocaml-${pname}";
     rev = "v${version}";
-    sha256 = "1h6rqfgmhmd7p5z8yhk6zkbrk4yzw1v2fgwas2b7g3hqs6y0xj0q";
+    sha256 = "0m9mm1arsawi5w5aqm57z41sy1wfxvhfgbdiw7hzy631i391144g";
   };
 
   propagatedBuildInputs = [ result ];