deno 1.29.1 -> 1.29.2 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/bzxplzw3n2qyxjb1qzax985vfv4gw59i-packages.json.drv building '/nix/store/bzxplzw3n2qyxjb1qzax985vfv4gw59i-packages.json.drv'... Going to be running update for following packages: - deno-1.29.1 Press Enter key to continue... Running update for: - deno-1.29.1: UPDATING ... - deno-1.29.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 5c5c6107346..659af1aec62 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.29.1"; + version = "1.29.3"; src = fetchFromGitHub { owner = "denoland"; repo = pname; rev = "v${version}"; - sha256 = "sha256-RumRA3uCerWDgWZfLVJhqhaxsZs2YYpINaCjgJDmQBo="; + sha256 = "sha256-CH0uri8mnpcojuE8Pil/gsvEfDu/txjCevvGjqhiK1k="; }; - cargoSha256 = "sha256-xKCslS98RB4yjt4v74dW8kSpHNGet0I4YhcA4mLLNwI="; + cargoSha256 = "sha256-I7MIcZeMQzgplza8YAqmuWaX4Gw3ZoDXHyzq/5opO4M="; postPatch = '' # upstream uses lld on aarch64-darwin for faster builds An auto update branch exists with message `deno: 1.29.1 -> 1.29.2`. New version is 1.29.3. The auto update branch does not match or exceed the new version. 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 text-size v1.1.0  Compiling dissimilar v1.0.4  Compiling shell-escape v0.1.5  Compiling deno_runtime v0.92.0 (/build/source/runtime)  Compiling tower-lsp v0.17.0  Compiling deno_graph v0.41.0  Compiling dprint-plugin-typescript v0.80.2  Compiling zstd v0.11.2+zstd.1.5.2  Compiling eszip v0.32.0  Compiling deno_emit v0.13.0  Compiling deno_doc v0.52.0  Compiling deno v1.29.3 (/build/source/cli) error[E0658]: use of unstable library feature 'unzip_option': recently added  --> cli/args/mod.rs:148:54  | 148 |  maybe_fmt_config.map(|c| (c.options, c.files)).unzip();  |  ^^^^^  |  = note: see issue #87800 for more information error[E0658]: use of unstable library feature 'unzip_option': recently added  --> cli/args/mod.rs:326:53  | 326 |  maybe_lint_config.map(|c| (c.files, c.rules)).unzip();  |  ^^^^^  |  = note: see issue #87800 for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `deno` due to 2 previous errors