dune_3: 3.17.1 -> 3.17.2 (#376304)

This commit is contained in:
Adam C. Stephens
2025-01-30 16:30:36 -05:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.17.1";
version = "3.17.2";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
hash = "sha256-a57l7QUTeaacpFFzrGxd61a0ShwW4wt8NxNDMD2DWsY=";
hash = "sha256-ner+7Q7P6eZeZCzY5hl/CGT3P817lLWxma5NLgei6mQ=";
};
nativeBuildInputs = [ ocaml findlib ];