dune_3: 3.3.1 -> 3.4.0

https://github.com/ocaml/dune/releases/tag/3.4.0
This commit is contained in:
Mario Rodas 2022-07-20 04:20:00 +00:00 committed by Vincent Laporte
parent b9da0d3852
commit b55563cc57

View file

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.3.1";
version = "3.4.0";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "sha256-hAyASRv+Erq18rmdSeFj8+TE0vxLSj5vsWwk3M1VAuE=";
sha256 = "sha256-ClVmxJEPGT1gmWWgNLSCCF3ATgvN/sl1b/mVffK2ejw=";
};
nativeBuildInputs = [ ocaml findlib ];