ocamlPackages.linenoise: 1.1.0 -> 1.3.0

This commit is contained in:
Ben Darwin 2020-04-06 19:23:35 -04:00
parent 261d7c2f66
commit 3a9f743605

View File

@ -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 ];