2022-12-23T18:15:11 cxx-rs 1.0.72 -> 1.0.85 https://github.com/dtolnay/cxx/releases 2022-12-23T18:15:14 attrpath: cxx-rs 2022-12-23T18:15:14 Checking auto update branch... 2022-12-23T18:15:14 No auto update branch exists 2022-12-23T18:15:18 [version] 2022-12-23T18:15:20 [version] updated version and sha256 2022-12-23T18:15:20 [rustCrateVersion] 2022-12-23T18:15:20 [rustCrateVersion] No cargoSha256 found 2022-12-23T18:15:20 [golangModuleVersion] 2022-12-23T18:15:20 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T18:15:20 [updateScript] 2022-12-23T18:15:20 [updateScript] skipping because derivation has no updateScript 2022-12-23T18:15:20 2022-12-23T18:15:20 [quotedUrls] 2022-12-23T18:15:20 [quotedUrls] nothing found to replace 2022-12-23T18:15:20 Diff after rewrites: diff --git a/pkgs/development/libraries/cxx-rs/default.nix b/pkgs/development/libraries/cxx-rs/default.nix index 4294cdd646f..08501281553 100644 --- a/pkgs/development/libraries/cxx-rs/default.nix +++ b/pkgs/development/libraries/cxx-rs/default.nix @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "cxx-rs"; - version = "1.0.72"; + version = "1.0.85"; src = fetchFromGitHub { owner = "dtolnay"; repo = "cxx"; rev = version; - sha256 = "sha256-+OumeLSgz8kLQKhEc3icCk1q+X+S7Xt+XtAlkx8iguU="; + sha256 = "sha256-DEH5NwTdLBVy9XEHN7jevNdo8nkQRHXEhccVc/8LAOw="; }; cargoLock = { 2022-12-23T18:16:50 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cxx-rs nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/59795pj8fyxdzcmcdmj6jn2vfxpvqbbl-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/zhwgs7v7i193rrs7h38xn5abdki68h2x-cargo-vendor-dir Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } patching sources Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "configurePhase" } configuring @nix { "action": "setPhase", "phase": "buildPhase" } building Executing cargoBuildHook ++ env CC_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/c++ cargo build -j 16 --target x86_64-unknown-linux-gnu --frozen --release --workspace --exclude=demo warning: /build/source/gen/lib/Cargo.toml: unused manifest key: lib.doc-scrape-examples warning: /build/source/Cargo.toml: unused manifest key: lib.doc-scrape-examples warning: /build/source/gen/build/Cargo.toml: unused manifest key: lib.doc-scrape-examples error: failed to select a version for the requirement `trybuild = "^1.0.66"` candidate versions found which didn't match: 1.0.63 location searched: directory source `/build/cargo-vendor-dir` (which is replacing registry `crates-io`) required by package `cxx v1.0.85 (/build/source)` perhaps a crate was updated and forgotten to be re-vendored?