dune_3: 3.7.1 -> 3.8.1 (#233595)

Signed-off-by: Ali Caglayan <alizter@gmail.com>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
This commit is contained in:
Ali Caglayan 2023-06-08 08:18:37 +02:00 committed by GitHub
parent 4114a9167a
commit 71317efbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.7.1";
version = "3.8.1";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "sha256-rfw48UwBiKKtgNYUUdAR0nq4g5txdJLXrUL3y5EcVMM=";
sha256 = "sha256-lBOl1uudeWigRj3rudnxvnMCU0WAm4J5eNDBTbds+RQ=";
};
nativeBuildInputs = [ ocaml findlib ];