cargo-dist 0 -> 1 attrpath: cargo-dist 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/vx4hpqff8hdpzqha6qwimz02yffcxlw6-packages.json.drv building '/nix/store/vx4hpqff8hdpzqha6qwimz02yffcxlw6-packages.json.drv'... Going to be running update for following packages: - cargo-dist-0.11.1 Press Enter key to continue... Running update for: - cargo-dist-0.11.1: UPDATING ... - cargo-dist-0.11.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/rust/cargo-dist/default.nix b/pkgs/development/tools/rust/cargo-dist/default.nix index 87026163fb90..23d3e713be86 100644 --- a/pkgs/development/tools/rust/cargo-dist/default.nix +++ b/pkgs/development/tools/rust/cargo-dist/default.nix @@ -14,16 +14,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-dist"; - version = "0.11.1"; + version = "0.13.0-prerelease.8"; src = fetchFromGitHub { owner = "axodotdev"; repo = "cargo-dist"; rev = "v${version}"; - hash = "sha256-SnwTfRHa/1iVG5tcypFQXUTHEOTiXkICzyjdKNYXQcM="; + hash = "sha256-yQIz8Kn7n9NdysKnsrXCbqgwNH6emzTzuM2rxSyqPMs="; }; - cargoHash = "sha256-Z3usfwxUQzrxAoINUZnM6Gffj1GEVaRNOg+XW5g8PH8="; + cargoHash = "sha256-bhC6PCzfwDy+hm/JRqlPkqGAM0AqAXw7FSGOdqZYNu8="; nativeBuildInputs = [ pkg-config An auto update branch exists with message `cargo-dist: 0.11.1 -> 0.13.0-prerelease.3`. New version is 0.13.0-prerelease.8. The auto update branch does not match or exceed the new version. Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cargo-dist nix build failed. Expression: format_outputs(&output) ──────────────────────────────────────────────────────────────────────────────── -old snapshot +new results ────────────┬───────────────────────────────────────────────────────────────────  337  337 │ ### Options  338  338 │ #### `--skip-init`  339  339 │ Skip running `cargo dist init` after performing an upgrade  340  340 │    341 │+#### `--version `   342 │+   343 │+  341  344 │ #### `-h, --help`  342  345 │ Print help (see a summary with '-h')  343  346 │   344  347 │ ### GLOBAL OPTIONS ────────────┴─────────────────────────────────────────────────────────────────── To update snapshots run `cargo insta review` Stopped on the first failure. Run `cargo insta test` to run all snapshots. thread 'test_markdown_help' panicked at /build/cargo-dist-0.13.0-prerelease.8-vendor.tar.gz/insta/src/runtime.rs:563:9: snapshot assertion for 'markdown-help' failed in line 196 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: test_markdown_help test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s error: test failed, to rerun pass `-p cargo-dist --test cli-tests`