dune_3: 3.9.1 -> 3.9.2

Diff: https://github.com/ocaml/dune/compare/3.9.1...3.9.2

Changelog: https://github.com/ocaml/dune/raw/3.9.2/CHANGES.md

authored by Mario Rodas and committed by Vincent Laporte 0c2b3cc3 fb4debd7

+2 -2
+2 -2
pkgs/development/tools/ocaml/dune/3.nix
··· 6 7 stdenv.mkDerivation rec { 8 pname = "dune"; 9 - version = "3.9.1"; 10 11 src = fetchurl { 12 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 13 - hash = "sha256-8MPOSfNsczuK7nJhHxB88G3mvEI75yYqqxuz8DwFqHg="; 14 }; 15 16 nativeBuildInputs = [ ocaml findlib ];
··· 6 7 stdenv.mkDerivation rec { 8 pname = "dune"; 9 + version = "3.9.2"; 10 11 src = fetchurl { 12 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 13 + hash = "sha256-TzrL1F09zbu9qJE3L0PwVpQra5btl37FKBupqHUTSt8="; 14 }; 15 16 nativeBuildInputs = [ ocaml findlib ];