2022-11-05T12:13:02 cxx-rs 1.0.72 -> 1.0.80 https://github.com/dtolnay/cxx/releases 2022-11-05T12:13:05 attrpath: cxx-rs 2022-11-05T12:13:05 Checking auto update branch... 2022-11-05T12:13:05 No auto update branch exists 2022-11-05T12:13:10 [version] 2022-11-05T12:13:13 [version] updated version and sha256 2022-11-05T12:13:13 [rustCrateVersion] 2022-11-05T12:13:13 [rustCrateVersion] No cargoSha256 found 2022-11-05T12:13:13 [golangModuleVersion] 2022-11-05T12:13:13 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-05T12:13:13 [updateScript] 2022-11-05T12:13:13 [updateScript] skipping because derivation has no updateScript 2022-11-05T12:13:13 2022-11-05T12:13:13 [quotedUrls] 2022-11-05T12:13:13 [quotedUrls] nothing found to replace 2022-11-05T12:13:13 Diff after rewrites: diff --git a/pkgs/development/libraries/cxx-rs/default.nix b/pkgs/development/libraries/cxx-rs/default.nix index 4294cdd646f..ad6caefe2b4 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.80"; src = fetchFromGitHub { owner = "dtolnay"; repo = "cxx"; rev = version; - sha256 = "sha256-+OumeLSgz8kLQKhEc3icCk1q+X+S7Xt+XtAlkx8iguU="; + sha256 = "sha256-PbUM54LlG4p2KuGRLYnsQsP9qBLpzVacsrfCa/Pk3Xg="; }; cargoLock = { 2022-11-05T12:14:51 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/brs1qn3zsvdhmd6zxv1bl52whkyq59vk-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/rdmk35f3bjcbn08r068m4mbknvlfj3r6-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/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/c++ cargo build -j 16 --target x86_64-unknown-linux-gnu --frozen --release --workspace --exclude=demo error: failed to select a version for the requirement `clap = "^4"` candidate versions found which didn't match: 3.2.14 location searched: directory source `/build/cargo-vendor-dir` (which is replacing registry `crates-io`) required by package `cxxbridge-cmd v1.0.80 (/build/source/gen/cmd)` perhaps a crate was updated and forgotten to be re-vendored?