From 066176719dd73bd295fd17d26f8679182f579fd4 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 15 May 2023 18:02:48 -0400 Subject: [PATCH] cargo-nextest: 0.9.52 -> 0.9.53 Diff: https://github.com/nextest-rs/nextest/compare/cargo-nextest-0.9.52...cargo-nextest-0.9.53 Changelog: https://nexte.st/CHANGELOG.html --- pkgs/development/tools/rust/cargo-nextest/default.nix | 6 +++--- 1 file 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 8732a9628274..69ca714bd685 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.52"; + version = "0.9.53"; src = fetchFromGitHub { owner = "nextest-rs"; repo = "nextest"; rev = "cargo-nextest-${version}"; - hash = "sha256-Sl3ax2s81LiXejb0QP1fnmByAjAl8/JosUnw/RjEff8="; + hash = "sha256-oDkPURyVLOXSnRReCEkXubj0nNeMvHNH/WqG+Wp54ek="; }; - cargoHash = "sha256-H3MzVH3868wqT1/j827u13nvGbTti8ePoCtrVQHoSCY="; + cargoHash = "sha256-iXZy4pPYnf3A3mPg5Os00I//QJha68agvwhLU5vf320="; buildInputs = lib.optionals stdenv.isDarwin [ Security ];