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/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..a820258b133 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.31.3"; src = fetchFromGitHub { owner = "denoland"; repo = pname; rev = "v${version}"; - sha256 = "sha256-0S5BSXWnv4DMcc8cijRQx6NyDReg5aJJT65TeNFlkkw="; + sha256 = "sha256-RFK3AE1B91pkUrZHWmgP8nTqERESendw5mDQ4gI/7ec="; }; - cargoSha256 = "sha256-DZICb85B9pWT8bV06FYjS604RdomB5nqtR55R00CT8c="; + cargoSha256 = "sha256-MJCgVHBaoxjdLmM8NsuMC+Sit1Msa3009++Z5c/eGpM="; 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..0cefdc2f675 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.64.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-xyWy43yxs8lmtjvfHLKUSbWvQcUieO9+gzE/SZMoZq4="; + aarch64-linux = "sha256-1gjMF88dSkKwLIHL0MIs22nwH9QaKWfyB7HKrbKf+jQ="; + x86_64-darwin = "sha256-e8Y7zFRi3OHSFMvuigapkkLhxyohMnFoQPiomQp4CKg="; + aarch64-darwin = "sha256-hTQpcDfjp8dCbqX7igJY/liya4v5+zrEw9Zw9XnGoJQ="; }; } 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_node v0.30.0 (/build/source/ext/node)  Compiling crc v2.1.0  Compiling deno_http v0.88.0 (/build/source/ext/http) error[E0658]: use of unstable library feature 'pin_macro'  --> ext/http/lib.rs:159:22  | 159 |  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:160:26  | 160 |  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:64:5  | 64 | 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...