edge-runtime 1.14.0 -> 1.20.2 https://github.com/supabase/edge-runtime/releases attrpath: edge-runtime 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/798z66x9h5sa7db3mpvj5hrlgs3fszsj-packages.json.drv building '/nix/store/798z66x9h5sa7db3mpvj5hrlgs3fszsj-packages.json.drv'... Going to be running update for following packages: - edge-runtime-1.14.0 Press Enter key to continue... Running update for: - edge-runtime-1.14.0: UPDATING ... - edge-runtime-1.14.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/web/edge-runtime/default.nix b/pkgs/development/web/edge-runtime/default.nix index a84e232bbb4c..71d6c8eaa492 100644 --- a/pkgs/development/web/edge-runtime/default.nix +++ b/pkgs/development/web/edge-runtime/default.nix @@ -11,7 +11,7 @@ let pname = "edge-runtime"; - version = "1.14.0"; + version = "1.20.2"; in rustPlatform.buildRustPackage { inherit pname version; @@ -20,11 +20,11 @@ rustPlatform.buildRustPackage { owner = "supabase"; repo = pname; rev = "v${version}"; - hash = "sha256-63XStzO4Jt6ObWuzcBf2QwCIWsStXvhQ0XaJabELhWg="; + hash = "sha256-QXz5M99B93ael0/qcV/Xx+aYc77x7ZZ2FY4bOgv1d78="; fetchSubmodules = true; }; - cargoHash = "sha256-JwwdvvpqgSbl0Xyb5pQ5hzZRrrCnDSjwV+ikdO2pXCk="; + cargoHash = "sha256-CT/QWuBVm+r0UHB2FCIVIERp/fE3csZLcCn3+uF95PY="; nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ]; 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 edge-runtime nix build failed.  Compiling deno_webstorage v0.109.0  Compiling cityhash v0.1.1  Compiling sb_env v0.1.0 (/build/source/crates/sb_env)  Compiling sb_os v0.1.0 (/build/source/crates/sb_os)  Compiling sb_workers v0.1.0 (/build/source/crates/sb_workers)  Compiling module_fetcher v0.1.0 (/build/source/crates/module_fetcher)  Compiling base v0.1.0 (/build/source/crates/base)  Compiling cli v0.1.0 (/build/source/crates/cli)  Finished release [optimized] target(s) in 18m 27s warning: the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3 note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/base-e84a3f0e88943031) running 2 tests test deno_runtime::test::test_read_file_user_rt ... ok test deno_runtime::test::test_create_eszip_from_graph ... FAILED failures: ---- deno_runtime::test::test_create_eszip_from_graph stdout ---- thread 'deno_runtime::test::test_create_eszip_from_graph' panicked at 'called `Result::unwrap()` on an `Err` value: failed to load 'https://deno.land/x/is_even@v1.0/mod.ts': Import 'https://deno.land/x/is_even@v1.0/mod.ts' failed: error sending request for url (https://deno.land/x/is_even@v1.0/mod.ts): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution', crates/base/src/deno_runtime.rs:405:32 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: deno_runtime::test::test_create_eszip_from_graph test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.08s error: test failed, to rerun pass `-p base --lib`