cargo-mutants: 23.9.0 -> 23.9.1
Diff: https://github.com/sourcefrog/cargo-mutants/compare/cargo-mutants-23.9.0...cargo-mutants-23.9.1 Changelog: https://github.com/sourcefrog/cargo-mutants/releases/tag/cargo-mutants-23.9.1
This commit is contained in:
parent
2d3be98288
commit
0a216f18ad
@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-mutants";
|
pname = "cargo-mutants";
|
||||||
version = "23.9.0";
|
version = "23.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sourcefrog";
|
owner = "sourcefrog";
|
||||||
repo = "cargo-mutants";
|
repo = "cargo-mutants";
|
||||||
rev = "cargo-mutants-${version}";
|
rev = "cargo-mutants-${version}";
|
||||||
hash = "sha256-Yy10rsPeDzfDItniqotC0mvl9e4uIcLezR2zAIq9u+o=";
|
hash = "sha256-VFlnCzaWy8IDuCkr1aHKhJThS3Sde9I2mRj8hKKdXOk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-NM75CBmHzSdrWkFHSzLPnmshtgj9MnUgDR4BJY0j9iA=";
|
cargoHash = "sha256-C7ikZZrTw+KjY+kjgEZGZ7lC8irLw+uXl+T+6Grq7UY=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [
|
buildInputs = lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||||
|
Loading…
Reference in New Issue
Block a user