ocamlPackages.cppo: 1.6.9 → 1.8.0

This commit is contained in:
Vincent Laporte
2024-12-17 11:43:11 +01:00
committed by Vincent Laporte
parent 5df5b6d354
commit 670ae1243c
+9 -11
View File
@@ -26,18 +26,16 @@ in
if lib.versionAtLeast ocaml.version "4.02" then
buildDunePackage rec {
inherit pname;
version = "1.6.9";
buildDunePackage rec {
inherit pname;
version = "1.8.0";
duneVersion = "3";
src = fetchFromGitHub {
owner = "ocaml-community";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NdN2QnVRfRq9hEcSAnO2Wha7icDlf2Zg4JQqoEWmErE=";
};
src = fetchFromGitHub {
owner = "ocaml-community";
repo = pname;
rev = "v${version}";
hash = "sha256-+HnAGM+GddYJK0RCvKrs+baZS+1o8Yq+/cVa3U3nFWg=";
};
doCheck = true;