From 95913978a4efebfe7867f69469cf8cb7733cfc8c Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 15 Sep 2023 10:59:56 -0400 Subject: [PATCH] cargo-mutants: 23.6.0 -> 23.9.0 Diff: https://github.com/sourcefrog/cargo-mutants/compare/cargo-mutants-23.6.0...cargo-mutants-23.9.0 Changelog: https://github.com/sourcefrog/cargo-mutants/releases/tag/cargo-mutants-23.9.0 --- pkgs/development/tools/rust/cargo-mutants/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-mutants/default.nix b/pkgs/development/tools/rust/cargo-mutants/default.nix index 49865324d7b7..c675462d2efa 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.6.0"; + version = "23.9.0"; src = fetchFromGitHub { owner = "sourcefrog"; repo = "cargo-mutants"; rev = "cargo-mutants-${version}"; - hash = "sha256-qgsranCZnorEZuCgUj0LmkL0dcfarWa0q/9Uupsf4jQ="; + hash = "sha256-Yy10rsPeDzfDItniqotC0mvl9e4uIcLezR2zAIq9u+o="; }; - cargoHash = "sha256-BW9itNgVOiaKMzaRl3d60BIV5V82+5D0+QKSnGcvFnI="; + cargoHash = "sha256-NM75CBmHzSdrWkFHSzLPnmshtgj9MnUgDR4BJY0j9iA="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration