mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Merge pull request #297681 from r-ryantm/auto-update/ocamlPackages.linenoise
ocamlPackages.linenoise: 1.5 -> 1.5.1
This commit is contained in:
commit
6e25646100
@ -2,7 +2,7 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "linenoise";
|
||||
version = "1.5";
|
||||
version = "1.5.1";
|
||||
|
||||
minimalOCamlVersion = "4.03";
|
||||
|
||||
@ -10,7 +10,7 @@ buildDunePackage rec {
|
||||
owner = "fxfactorial";
|
||||
repo = "ocaml-${pname}";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ywcL5w65XXqInREalf0aDxvoEYA6tZW9eU5NGI/QETI=";
|
||||
sha256 = "sha256-yWBWMbk1anXaF4hIakTOcRZFCYmxI0xG3bHFFOAyEDA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ result ];
|
||||
|
Loading…
Reference in New Issue
Block a user