deno 1.31.1 -> 1.32.1 https://github.com/denoland/deno/releases 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/q4ls6ildwldif2qf9cspicqmxk6fzj92-packages.json.drv building '/nix/store/q4ls6ildwldif2qf9cspicqmxk6fzj92-packages.json.drv'... Going to be running update for following packages: - deno-1.31.1 Press Enter key to continue... Running update for: - deno-1.31.1: UPDATING ... - deno-1.31.1: 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 a8a4ff5bc47..43a9cf6e1d5 100644 --- a/pkgs/development/web/deno/default.nix +++ b/pkgs/development/web/deno/default.nix @@ -17,15 +17,15 @@ rustPlatform.buildRustPackage rec { pname = "deno"; - version = "1.31.1"; + version = "1.32.1"; src = fetchFromGitHub { owner = "denoland"; repo = pname; rev = "v${version}"; - sha256 = "sha256-0S5BSXWnv4DMcc8cijRQx6NyDReg5aJJT65TeNFlkkw="; + sha256 = "sha256-DZfvH2SdG6k9e2wftudeUj8xTmgbUVcE+TnlOUBV8i8="; }; - cargoSha256 = "sha256-DZICb85B9pWT8bV06FYjS604RdomB5nqtR55R00CT8c="; + cargoSha256 = "sha256-kN336mvNhVlyteJQCkH0q4U1KNwjlv5mZ2E+h6J7Sfs="; postPatch = '' # upstream uses lld on aarch64-darwin for faster builds diff --git a/pkgs/development/web/deno/librusty_v8.nix b/pkgs/development/web/deno/librusty_v8.nix index a98587a7b9d..0e4a8a079f4 100644 --- a/pkgs/development/web/deno/librusty_v8.nix +++ b/pkgs/development/web/deno/librusty_v8.nix @@ -11,11 +11,11 @@ let }; in fetch_librusty_v8 { - version = "0.63.0"; + version = "0.66.0"; shas = { - x86_64-linux = "sha256-D1NLAFMD1B4NOaBFsKBin5Gs+hmNC9LgNy3Z+w/1VGs="; - aarch64-linux = "sha256-3V2WWMCjJNiuCRmx66ISBk+pzvCKCqvOE9F3YWESABo="; - x86_64-darwin = "sha256-rUWSHxlFDT4cDoTLhSgRr04+2/oroeIiWURHbNDcMF8="; - aarch64-darwin = "sha256-LaoIjHrBqWn0BIpAOaiHAg5qCGoPlSHtFhiAi4og9q0="; + x86_64-linux = "sha256-7+H6Nl//h9PZDJN3dnxI8DBANDDqGfU7pI+B9Qc2PJU="; + aarch64-linux = "sha256-zTXCWSGDZrjvjVEUye5PKN1KFiHuAlBpyotGb5ioo1Y="; + x86_64-darwin = "sha256-o3PoLJeyLNPorsbnrAHvcsBosPS++PukTDXh59V1gGc="; + aarch64-darwin = "sha256-rW8mpVNlhvFaFyn0MXI3+oS225VFd17+O28SCv115Mo="; }; } 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 deno_io v0.5.0 (/build/source/ext/io)  Compiling deno_flash v0.31.0 (/build/source/ext/flash)  Compiling deno_http v0.90.0 (/build/source/ext/http) error[E0658]: use of unstable library feature 'pin_macro'  --> ext/http/lib.rs:142:22  | 142 |  let conn_fut = pin!(conn_fut);  |  ^^^  |  = note: see issue #93178 for more information error[E0658]: use of unstable library feature 'pin_macro'  --> ext/http/lib.rs:143:26  | 143 |  let shutdown_fut = pin!(shutdown_fut);  |  ^^^  |  = note: see issue #93178 for more information error[E0658]: use of unstable library feature 'pin_macro'  --> ext/http/lib.rs:61:5  | 61 | use std::pin::pin;  |  ^^^^^^^^^^^^^  |  = note: see issue #93178 for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `deno_http` due to 3 previous errors warning: build failed, waiting for other jobs to finish...