summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-16 23:22:30 -0500
committerfigsoda <figsoda@pm.me>2023-11-16 23:22:30 -0500
commita034badada0cc25b3227ba3d0da271b03f28a182 (patch)
tree0b47f7736030b3c8ec917e67562db7cd73df65a2 /pkgs/development/tools
parentec726b697d6cb081338810c36c076ff7459ef663 (diff)
downloadnixpkgs-a034badada0cc25b3227ba3d0da271b03f28a182.tar
nixpkgs-a034badada0cc25b3227ba3d0da271b03f28a182.tar.gz
nixpkgs-a034badada0cc25b3227ba3d0da271b03f28a182.tar.bz2
nixpkgs-a034badada0cc25b3227ba3d0da271b03f28a182.tar.lz
nixpkgs-a034badada0cc25b3227ba3d0da271b03f28a182.tar.xz
nixpkgs-a034badada0cc25b3227ba3d0da271b03f28a182.tar.zst
nixpkgs-a034badada0cc25b3227ba3d0da271b03f28a182.zip
cargo-mutants: 23.11.0 -> 23.11.1
Diff: https://github.com/sourcefrog/cargo-mutants/compare/v23.11.0...v23.11.1

Changelog: https://github.com/sourcefrog/cargo-mutants/releases/tag/v23.11.1
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/rust/cargo-mutants/default.nix6
1 files 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 ca70c3ecae1..a3d97ff4439 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.11.0";
+  version = "23.11.1";
 
   src = fetchFromGitHub {
     owner = "sourcefrog";
     repo = "cargo-mutants";
     rev = "v${version}";
-    hash = "sha256-DYHEisVf+Qxiac/ZbPXrGRsFM6UUi584mY5mgzN7ZJE=";
+    hash = "sha256-UZ4agGxJfkqERrl354RjQb6x+FDMbrrXCjZBp6Gzu/c=";
   };
 
-  cargoHash = "sha256-bJc33o+vm8oMrTkD/mg/xe7b9xQX/6JSDZlYgWeSa68=";
+  cargoHash = "sha256-0zezsxZPCt0jtV/4RrSQ6rriWvuwzztHFEUONvW1ZOs=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.SystemConfiguration