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 0aa4755 commit 5b38119Copy full SHA for 5b38119
pkgs/development/tools/ocaml/dune/3.nix
@@ -6,11 +6,11 @@ else
6
7
stdenv.mkDerivation rec {
8
pname = "dune";
9
- version = "3.17.1";
+ version = "3.17.2";
10
11
src = fetchurl {
12
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
13
- hash = "sha256-a57l7QUTeaacpFFzrGxd61a0ShwW4wt8NxNDMD2DWsY=";
+ hash = "sha256-ner+7Q7P6eZeZCzY5hl/CGT3P817lLWxma5NLgei6mQ=";
14
};
15
16
nativeBuildInputs = [ ocaml findlib ];
0 commit comments