about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-27 17:06:05 -0400
committerfigsoda <figsoda@pm.me>2023-09-27 17:06:05 -0400
commit13ce0ba52543740e17069f7aeae5a5c43e0b7a66 (patch)
tree0e92a67ef01dab4431365d246d1bd2a1957028d0 /pkgs/development/tools/rust
parent72e80946dbcd7c4a254349bfdcb61aff1d63a07a (diff)
downloadnixlib-13ce0ba52543740e17069f7aeae5a5c43e0b7a66.tar
nixlib-13ce0ba52543740e17069f7aeae5a5c43e0b7a66.tar.gz
nixlib-13ce0ba52543740e17069f7aeae5a5c43e0b7a66.tar.bz2
nixlib-13ce0ba52543740e17069f7aeae5a5c43e0b7a66.tar.lz
nixlib-13ce0ba52543740e17069f7aeae5a5c43e0b7a66.tar.xz
nixlib-13ce0ba52543740e17069f7aeae5a5c43e0b7a66.tar.zst
nixlib-13ce0ba52543740e17069f7aeae5a5c43e0b7a66.zip
cargo-nextest: 0.9.58 -> 0.9.59
Diff: https://github.com/nextest-rs/nextest/compare/cargo-nextest-0.9.58...cargo-nextest-0.9.59

Changelog: https://nexte.st/CHANGELOG.html
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-nextest/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-nextest/default.nix b/pkgs/development/tools/rust/cargo-nextest/default.nix
index c4e87e9d670a..0dc2a708afe3 100644
--- a/pkgs/development/tools/rust/cargo-nextest/default.nix
+++ b/pkgs/development/tools/rust/cargo-nextest/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-nextest";
-  version = "0.9.58";
+  version = "0.9.59";
 
   src = fetchFromGitHub {
     owner = "nextest-rs";
     repo = "nextest";
     rev = "cargo-nextest-${version}";
-    hash = "sha256-D3mSDh6IliKbtxitMRXy1L4YH/qZfdXtXiPvf45mTno=";
+    hash = "sha256-32n1z5e40qkhHBAbwGhXa7L5NfkkN72AIKF796y82+g=";
   };
 
-  cargoHash = "sha256-TjQHSaBVM4pJoTp6Vdz6WGWIyw5uC6UG7Wle6LsXP+4=";
+  cargoHash = "sha256-sme7VE5JnjIWONaFYIOnv72UjUC/S+VezNSmRunmDv0=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];