summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-15 21:47:16 -0500
committerGitHub <noreply@github.com>2023-11-15 21:47:16 -0500
commit3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa (patch)
treeab78881849e690102d8fa79a8c130e007a86f218
parent1a672306222a1f9ef6d5ff578b32add8f8a8036b (diff)
parent19ac089c0d31de751ce893a4ad0d26d6b4772c58 (diff)
downloadnixpkgs-3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa.tar
nixpkgs-3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa.tar.gz
nixpkgs-3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa.tar.bz2
nixpkgs-3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa.tar.lz
nixpkgs-3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa.tar.xz
nixpkgs-3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa.tar.zst
nixpkgs-3704d0c7500f9e953786a9e2e3e2cfa9b0c7b5fa.zip
Merge pull request #267181 from r-ryantm/auto-update/cargo-mutants
cargo-mutants: 23.10.0 -> 23.11.0
-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 fefa6bb21fb..ca70c3ecae1 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.10.0";
+  version = "23.11.0";
 
   src = fetchFromGitHub {
     owner = "sourcefrog";
     repo = "cargo-mutants";
     rev = "v${version}";
-    hash = "sha256-AJcteYaEm1pJ2tn1mydZAhrhqoMtEVJUrfGY/Vt71Ks=";
+    hash = "sha256-DYHEisVf+Qxiac/ZbPXrGRsFM6UUi584mY5mgzN7ZJE=";
   };
 
-  cargoHash = "sha256-0NLP8KtzeX3jjWjSXBKku4c1LzKmoJce1RPUB+aO804=";
+  cargoHash = "sha256-bJc33o+vm8oMrTkD/mg/xe7b9xQX/6JSDZlYgWeSa68=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.SystemConfiguration