mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
ocamlPackages.cppo: 1.6.4 -> 1.6.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cppo/versions
This commit is contained in:
parent
ef5085751a
commit
3e70c0b4e2
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ assert stdenv.lib.versionAtLeast ocaml.version "3.12";
|
|||
|
||||
let param =
|
||||
if stdenv.lib.versionAtLeast ocaml.version "4.02" then {
|
||||
version = "1.6.4";
|
||||
sha256 = "16mlwck0wngr5pmlr8dxc471zzhhcja3mv4xf4n8jm9nhb3iikvh";
|
||||
version = "1.6.5";
|
||||
sha256 = "03c0amszy28shinvz61hm340jz446zz5763a1pdqlza36kwcj0p0";
|
||||
buildInputs = [ dune ];
|
||||
extra = {
|
||||
inherit (dune) installPhase;
|
||||
|
|
Loading…
Reference in a new issue