Skip to content

Commit c1df96a

Browse files
dune_3: 3.18.2 -> 3.19.0 (#409581)
2 parents 80b1336 + b5a051d commit c1df96a

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.2";
17+
version = "3.19.0";
1818

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

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)