From e80b853f4055e16362e9b541cc75615107146c35 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 4 Oct 2023 18:28:57 -0400 Subject: [PATCH] cargo-mutants: 23.9.1 -> 23.10.0 Diff: https://github.com/sourcefrog/cargo-mutants/compare/cargo-mutants-23.9.1...v23.10.0 Changelog: https://github.com/sourcefrog/cargo-mutants/releases/tag/v23.10.0 --- pkgs/development/tools/rust/cargo-mutants/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-mutants/default.nix b/pkgs/development/tools/rust/cargo-mutants/default.nix index c56ac2dcbe15..fefa6bb21fba 100644 --- a/pkgs/development/tools/rust/cargo-mutants/default.nix +++ b/pkgs/development/tools/rust/cargo-mutants/default.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-mutants"; - version = "23.9.1"; + version = "23.10.0"; src = fetchFromGitHub { owner = "sourcefrog"; repo = "cargo-mutants"; - rev = "cargo-mutants-${version}"; - hash = "sha256-VFlnCzaWy8IDuCkr1aHKhJThS3Sde9I2mRj8hKKdXOk="; + rev = "v${version}"; + hash = "sha256-AJcteYaEm1pJ2tn1mydZAhrhqoMtEVJUrfGY/Vt71Ks="; }; - cargoHash = "sha256-C7ikZZrTw+KjY+kjgEZGZ7lC8irLw+uXl+T+6Grq7UY="; + cargoHash = "sha256-0NLP8KtzeX3jjWjSXBKku4c1LzKmoJce1RPUB+aO804="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration