Skip to content

Commit 2375cc0

Browse files
adamcstephensvbgl
authored andcommitted
ocamlPackages.dune_3: 3.18.1 -> 3.18.2
https://github.com/ocaml/dune/releases/tag/3.18.2
1 parent a3118cb commit 2375cc0

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tools/ocaml/dune

1 file changed

+2
-2
lines changed

pkgs/development/tools/ocaml/dune/3.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ else
1414

1515
stdenv.mkDerivation rec {
1616
pname = "dune";
17-
version = "3.18.1";
17+
version = "3.18.2";
1818

1919
src = fetchurl {
2020
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
21-
hash = "sha256-X6HjSPDLJO7U7ZPO/w92gGTIcHjOsAj2dW1SG/zu6p4=";
21+
hash = "sha256-Vr5Qn/w8W6ZSET2ea0PtsEppHx4fbLuhe50kOxI5p68=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)