ocamlPackages.linenoise: 1.4.0 -> 1.5
This commit is contained in:
parent
f63ce824cd
commit
ff69cc4aac
@ -2,7 +2,7 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "linenoise";
|
||||
version = "1.4.0";
|
||||
version = "1.5";
|
||||
|
||||
minimalOCamlVersion = "4.03";
|
||||
|
||||
@ -10,7 +10,7 @@ buildDunePackage rec {
|
||||
owner = "fxfactorial";
|
||||
repo = "ocaml-${pname}";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-bIpZ9TO4/j24nQw5nsW7fUF7af5lhd/EmwhQRd0NYb4=";
|
||||
sha256 = "sha256-ywcL5w65XXqInREalf0aDxvoEYA6tZW9eU5NGI/QETI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ result ];
|
||||
|
Loading…
Reference in New Issue
Block a user