deno 0 -> 1 attrpath: deno Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sqnj6x3wf8gqvzwdmzh6cjlxiijw9bhp-packages.json.drv building '/nix/store/sqnj6x3wf8gqvzwdmzh6cjlxiijw9bhp-packages.json.drv'... Going to be running update for following packages: - deno-1.34.2 Press Enter key to continue... Running update for: - deno-1.34.2: UPDATING ... - deno-1.34.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/web/deno/default.nix b/pkgs/development/web/deno/default.nix index c24a394935e..7564ce8d6b1 100644 --- a/pkgs/development/web/deno/default.nix +++ b/pkgs/development/web/deno/default.nix @@ -11,15 +11,15 @@ rustPlatform.buildRustPackage rec { pname = "deno"; - version = "1.34.2"; + version = "1.34.3"; src = fetchFromGitHub { owner = "denoland"; repo = pname; rev = "v${version}"; - hash = "sha256-FVSs/9TpLlPfgY/XRJJ2P8jXT9a0DIfPHAl4/400Mtk="; + hash = "sha256-jfQU3w485ZBISlCsNHMbBcpEsyDGem7c9mA9+fa8HdY="; }; - cargoHash = "sha256-iiTAxxXi76bjkm47oazQ9AIwq8/jPDa7EsTn7ED0dO0="; + cargoHash = "sha256-k4UFkWXEBPPWPwByh248Zsc9ABShZCkBda3okBuJuyM="; postPatch = '' # upstream uses lld on aarch64-darwin for faster builds No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A deno nix build failed.  Compiling rustyline v10.0.0  Compiling clap_complete_fig v4.3.1  Compiling dprint-plugin-json v0.17.4  Compiling fancy-regex v0.10.0  Compiling eszip v0.44.0  Compiling deno_lint v0.47.0  Compiling dprint-plugin-markdown v0.15.3  Compiling napi_sym v0.39.0 (/build/source/cli/napi/sym)  Compiling deno_lockfile v0.14.1  Compiling rustyline-derive v0.7.0  Compiling twox-hash v1.6.3  Compiling chrono v0.4.22  Compiling base32 v0.4.0  Compiling shell-escape v0.1.5  Compiling dissimilar v1.0.4  Compiling text-size v1.1.0  Compiling secp256k1 v0.27.0  Compiling deno_doc v0.63.1  Compiling dprint-plugin-typescript v0.85.0  Compiling tower-lsp v0.17.0  Compiling zstd v0.11.2+zstd.1.5.2  Compiling deno_runtime v0.117.0 (/build/source/runtime) error[E0432]: unresolved import `tokio_metrics::RuntimeMonitor`  --> runtime/tokio_util.rs:6:5  | 6 | use tokio_metrics::RuntimeMonitor;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `RuntimeMonitor` in the root For more information about this error, try `rustc --explain E0432`. error: could not compile `deno_runtime` (lib) due to previous error