dune_3: 3.0.3 -> 3.1.0

https://github.com/ocaml/dune/releases/tag/3.1.0
This commit is contained in:
Mario Rodas 2022-04-15 04:20:00 +00:00 committed by Vincent Laporte
parent 0c84c56b73
commit 35d055425a

View file

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.0.3";
version = "3.1.0";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/fiber-${version}.tbz";
sha256 = "sha256-1QRJmhZY8Nmcrvv/1zhvLjHUbOynMWcVf+RobEHlcy8=";
sha256 = "sha256-B31SCwhFxW4Q7FhW18ZuvnofG+pKMCfRgvRLJSlRnYE=";
};
nativeBuildInputs = [ ocaml findlib ];