dune_3: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2022-03-03 15:10:39 +00:00
parent ef7ad5789e
commit 94e16d346b

View file

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