ocamlPackages.dune_3: 3.18.1 -> 3.18.2

https://github.com/ocaml/dune/releases/tag/3.18.2

authored by Adam C. Stephens and committed by Vincent Laporte 2375cc01 a3118cba

+2 -2
+2 -2
pkgs/development/tools/ocaml/dune/3.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "dune"; 17 - version = "3.18.1"; 17 + version = "3.18.2"; 18 18 19 19 src = fetchurl { 20 20 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 21 - hash = "sha256-X6HjSPDLJO7U7ZPO/w92gGTIcHjOsAj2dW1SG/zu6p4="; 21 + hash = "sha256-Vr5Qn/w8W6ZSET2ea0PtsEppHx4fbLuhe50kOxI5p68="; 22 22 }; 23 23 24 24 nativeBuildInputs = [