about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-nextest
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-26 09:23:40 -0400
committerfigsoda <figsoda@pm.me>2023-06-26 09:23:40 -0400
commit2ae9035ab3698cdcf44966646e19b5d3d7792705 (patch)
treef1c53cf34ceec533495a7db907c5018aea62f1e3 /pkgs/development/tools/rust/cargo-nextest
parentcdefe1d0830ccac378c48eeed795860cf0ded9c3 (diff)
cargo-nextest: 0.9.53 -> 0.9.54
Diff: https://github.com/nextest-rs/nextest/compare/cargo-nextest-0.9.53...cargo-nextest-0.9.54

Changelog: https://nexte.st/CHANGELOG.html
Diffstat (limited to 'pkgs/development/tools/rust/cargo-nextest')
-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 69ca714bd685e..a7725ad4eefcf 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.53";
+  version = "0.9.54";
 
   src = fetchFromGitHub {
     owner = "nextest-rs";
     repo = "nextest";
     rev = "cargo-nextest-${version}";
-    hash = "sha256-oDkPURyVLOXSnRReCEkXubj0nNeMvHNH/WqG+Wp54ek=";
+    hash = "sha256-HkDGW91XDoYMfknPg6td51KTYniCfGtGQd3dkzumRpo=";
   };
 
-  cargoHash = "sha256-iXZy4pPYnf3A3mPg5Os00I//QJha68agvwhLU5vf320=";
+  cargoHash = "sha256-McL5G/PtdOou17hWLiNTSJEjTh4YpT1GUPjTMAVNxQA=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];