dune_3: 3.8.1 -> 3.8.2

Signed-off-by: Ali Caglayan <alizter@gmail.com>
This commit is contained in:
Ali Caglayan 2023-06-16 14:40:41 +02:00
parent 4c8ca604ae
commit d3ea105a32
No known key found for this signature in database
GPG Key ID: 59DD99D26B71EC5E

View File

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