From 7f3fe5fd58e1098244119d4c7fe63a229939f6be Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 13 Feb 2026 14:36:31 -0500 Subject: [PATCH] cargo-nextest: 0.9.126 -> 0.9.127 Changelog: https://nexte.st/CHANGELOG.html --- pkgs/by-name/ca/cargo-nextest/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ca/cargo-nextest/package.nix b/pkgs/by-name/ca/cargo-nextest/package.nix index a1fc26948707..028e305d8f28 100644 --- a/pkgs/by-name/ca/cargo-nextest/package.nix +++ b/pkgs/by-name/ca/cargo-nextest/package.nix @@ -8,13 +8,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "cargo-nextest"; - version = "0.9.126"; + version = "0.9.127"; src = fetchFromGitHub { owner = "nextest-rs"; repo = "nextest"; tag = "cargo-nextest-${finalAttrs.version}"; - hash = "sha256-meAry18+M+VizSWFvMY99F4ZDbb2LuaTqi3kBuoxhD0="; + hash = "sha256-MLaRAzDj2mZzJF3vU47XvuK/n/tLCNhA1gz0JuOlF4Q="; }; # FIXME: we don't support dtrace probe generation on macOS until we have a dtrace build: https://github.com/NixOS/nixpkgs/pull/392918 @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ./no-dtrace-macos.patch ]; - cargoHash = "sha256-I25ObQEM9sxwnmqebb4P6EXFUMkXWjNfoV01WyZOivA="; + cargoHash = "sha256-Lnlott0ecrdlkIggKArdh61UZRgI28hiXa5jNp3vWKc="; cargoBuildFlags = [ "-p" @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Next-generation test runner for Rust projects"; mainProgram = "cargo-nextest"; homepage = "https://github.com/nextest-rs/nextest"; - changelog = "https://nexte.st/CHANGELOG.html"; + changelog = "https://nexte.st/changelog/#${finalAttrs.version}"; license = with lib.licenses; [ mit asl20