Skip to content

Commit cc353fa

Browse files
dune_3: 3.17.1 -> 3.17.2 (NixOS#376304)
2 parents 7fff62d + 5b38119 commit cc353fa

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
@@ -6,11 +6,11 @@ else
66

77
stdenv.mkDerivation rec {
88
pname = "dune";
9-
version = "3.17.1";
9+
version = "3.17.2";
1010

1111
src = fetchurl {
1212
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
13-
hash = "sha256-a57l7QUTeaacpFFzrGxd61a0ShwW4wt8NxNDMD2DWsY=";
13+
hash = "sha256-ner+7Q7P6eZeZCzY5hl/CGT3P817lLWxma5NLgei6mQ=";
1414
};
1515

1616
nativeBuildInputs = [ ocaml findlib ];

0 commit comments

Comments
 (0)