mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
ocamlPackages.linenoise: 1.1.0 -> 1.3.0
This commit is contained in:
parent
261d7c2f66
commit
3a9f743605
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user