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.
1 parent a3118cb commit 2375cc0Copy full SHA for 2375cc0
pkgs/development/tools/ocaml/dune/3.nix
@@ -14,11 +14,11 @@ else
14
15
stdenv.mkDerivation rec {
16
pname = "dune";
17
- version = "3.18.1";
+ version = "3.18.2";
18
19
src = fetchurl {
20
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
21
- hash = "sha256-X6HjSPDLJO7U7ZPO/w92gGTIcHjOsAj2dW1SG/zu6p4=";
+ hash = "sha256-Vr5Qn/w8W6ZSET2ea0PtsEppHx4fbLuhe50kOxI5p68=";
22
};
23
24
nativeBuildInputs = [
0 commit comments