ocamlPackages.toml: 6.0.0 -> 7.0.0 (#165676)

This commit is contained in:
StridBot 2022-04-20 21:50:03 +02:00 committed by GitHub
parent 6f1840c79b
commit b1eef8c0f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,15 +4,13 @@
buildDunePackage rec {
pname = "toml";
version = "6.0.0";
useDune2 = true;
version = "7.0.0";
src = fetchFromGitHub {
owner = "ocaml-toml";
repo = "to.ml";
rev = version;
sha256 = "08ywzqckllvwawl1wpgg7qzvx6jhq7d6vysa0d5hj7qdwq213ggm";
sha256 = "sha256-VEZQTFPwAGShCBGbKUiNOIY1zA/JdTpXU0ZIGNWopnQ=";
};
nativeBuildInputs = [ menhir ];