We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80b1336 + b5a051d commit c1df96aCopy full SHA for c1df96a
pkgs/development/tools/ocaml/dune/3.nix
@@ -14,11 +14,11 @@ else
14
15
stdenv.mkDerivation rec {
16
pname = "dune";
17
- version = "3.18.2";
+ version = "3.19.0";
18
19
src = fetchurl {
20
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
21
- hash = "sha256-Vr5Qn/w8W6ZSET2ea0PtsEppHx4fbLuhe50kOxI5p68=";
+ hash = "sha256-0vYX39NPfYgvQYGiLjWbuQtGZp7YeyZQ64QvBTL8aWw=";
22
};
23
24
nativeBuildInputs = [
0 commit comments