Merge pull request #279077 from r-ryantm/auto-update/dune_3

dune_3: 3.12.1 -> 3.12.2
This commit is contained in:
Mario Rodas 2024-01-14 07:09:04 -05:00 committed by GitHub
commit d318a6b275
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.12.1";
version = "3.12.2";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
hash = "sha256-uf1lYIefnTQK6Kh8lnsNK808QSDP/Nn7Zh8yUHj3T28=";
hash = "sha256-6KpfAf7oPvrIcz3wvsPiOq7NtFJLxYuAZc0YzAcpX7M=";
};
nativeBuildInputs = [ ocaml findlib ];