lol

dune_3: 3.6.2 -> 3.7.0

https://github.com/ocaml/dune/releases/tag/3.7.0

+3 -3
+3 -3
pkgs/development/tools/ocaml/dune/3.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "dune"; 9 - version = "3.6.2"; 9 + version = "3.7.0"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 13 - sha256 = "sha256-ttSrhI77BKoqMl0AFdMu1EFO1xMOx6oS+YFY7/RFzzw="; 13 + sha256 = "sha256-4tY3ydCAMY/t9ecdKin7NnYk+CrEom6D3ys6A1UFKLg="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ ocaml findlib ]; 17 17 18 18 buildInputs = lib.optionals stdenv.isDarwin [ 19 - darwin.apple_sdk.frameworks.Foundation 19 + darwin.apple_sdk.frameworks.CoreServices 20 20 ]; 21 21 22 22 strictDeps = true;