2022-12-15T21:04:19 cxx-rs 1.0.72 -> 1.0.83 https://github.com/dtolnay/cxx/releases 2022-12-15T21:04:21 attrpath: cxx-rs 2022-12-15T21:04:21 Checking auto update branch... 2022-12-15T21:04:21 No auto update branch exists 2022-12-15T21:04:25 [version] 2022-12-15T21:04:27 [version] updated version and sha256 2022-12-15T21:04:27 [rustCrateVersion] 2022-12-15T21:04:27 [rustCrateVersion] No cargoSha256 found 2022-12-15T21:04:27 [golangModuleVersion] 2022-12-15T21:04:27 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-15T21:04:27 [updateScript] 2022-12-15T21:04:27 [updateScript] skipping because derivation has no updateScript 2022-12-15T21:04:27 2022-12-15T21:04:27 [quotedUrls] 2022-12-15T21:04:27 [quotedUrls] nothing found to replace 2022-12-15T21:04:28 Diff after rewrites: diff --git a/pkgs/development/libraries/cxx-rs/default.nix b/pkgs/development/libraries/cxx-rs/default.nix index 4294cdd646f..0a2ce97cd79 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.83"; src = fetchFromGitHub { owner = "dtolnay"; repo = "cxx"; rev = version; - sha256 = "sha256-+OumeLSgz8kLQKhEc3icCk1q+X+S7Xt+XtAlkx8iguU="; + sha256 = "sha256-ic0tH4Fpyz+jiUyoCCT8Qy+9PWDt6PW4Ie83ucv4erI="; }; cargoLock = { 2022-12-15T21:05:57 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/9ivaljlxgcp4dczbf633acz4qpd5308h-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/95silz06nrnh8xyakni6s9g731la825d-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/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-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 `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.83 (/build/source)` perhaps a crate was updated and forgotten to be re-vendored?