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

dune_3: 3.6.1 -> 3.6.2
This commit is contained in:
Mario Rodas 2023-01-03 08:53:13 -05:00 committed by GitHub
commit e831a72558
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.6.1";
version = "3.6.2";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
sha256 = "sha256-8dWsBLegJ/PVSeJc+IXr96zBNeApHBjmtDEjp5nBQ84=";
sha256 = "sha256-ttSrhI77BKoqMl0AFdMu1EFO1xMOx6oS+YFY7/RFzzw=";
};
nativeBuildInputs = [ ocaml findlib ];