Merge pull request #162643 from r-ryantm/auto-update/dune

dune_3: 3.0.2 -> 3.0.3
This commit is contained in:
Mario Rodas 2022-03-13 12:53:54 -05:00 committed by GitHub
commit 7cd45cc147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];