ocamlPackages.cppo: 1.6.8 -> 1.6.9
https://github.com/ocaml-community/cppo/releases/tag/v1.6.9
This commit is contained in:
parent
6df916ac83
commit
bc11ff0cbc
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ if lib.versionAtLeast ocaml.version "4.02" then
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "1.6.8";
|
version = "1.6.9";
|
||||||
|
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ buildDunePackage rec {
|
||||||
owner = "ocaml-community";
|
owner = "ocaml-community";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256:0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9";
|
sha256 = "sha256-NdN2QnVRfRq9hEcSAnO2Wha7icDlf2Zg4JQqoEWmErE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
Loading…
Reference in a new issue