dune_3: 3.15.2 -> 3.15.3

This commit is contained in:
R. Ryantm 2024-05-25 00:49:12 +00:00 committed by Vincent Laporte
parent 6ffc314bd9
commit 47e879862c

View File

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.15.2";
version = "3.15.3";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
hash = "sha256-+VmYBULKhZCbPz+Om+ZcK4o3XzpOO9g8etegfy4HeTM=";
hash = "sha256-PCfHZ2QUBW8DaKcf3GcNKwpZiYCQx4obaCMJhOW+txM=";
};
nativeBuildInputs = [ ocaml findlib ];