Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cargo-mutants: 24.4.0 -> 24.5.0

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-mutants/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "cargo-mutants"; 10 - version = "24.4.0"; 11 12 src = fetchFromGitHub { 13 owner = "sourcefrog"; 14 repo = "cargo-mutants"; 15 rev = "v${version}"; 16 - hash = "sha256-u59NnxDFQN92BMkm2sHy8OhundFJElJ2H1SgdeLpOMs="; 17 }; 18 19 - cargoHash = "sha256-7dLpqhT3v7b0I1wmn7Q6IL1M5Ul/Mu9xxrdwlI2xKAs="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 darwin.apple_sdk.frameworks.SystemConfiguration
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "cargo-mutants"; 10 + version = "24.5.0"; 11 12 src = fetchFromGitHub { 13 owner = "sourcefrog"; 14 repo = "cargo-mutants"; 15 rev = "v${version}"; 16 + hash = "sha256-qKgHlFb7sraXTpqf6QsOspzHGWtVZAUSOl3rl6pqQJk="; 17 }; 18 19 + cargoHash = "sha256-h9nhE7pSwxE2NKJQtlA6Exwh36pC6Lp0y3u0AEh39N4="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 darwin.apple_sdk.frameworks.SystemConfiguration