1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

rustscan: 2.2.3 -> 2.3.0

Changelog: https://github.com/RustScan/RustScan/releases/tag/2.3.0
This commit is contained in:
Fabian Affolter 2024-08-30 11:46:59 +02:00
parent 58939e5336
commit 9b9892d722

View file

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "rustscan";
version = "2.2.3";
version = "2.3.0";
src = fetchFromGitHub {
owner = "RustScan";
repo = "RustScan";
rev = "refs/tags/${version}";
hash = "sha256-GOoyq2GgVGNUxxy0KQeRvkISb3FJqwWK5XpmoBAw/tk=";
hash = "sha256-6heC/bHo4IqKNvPjch7AiyWTCZDCv4MZHC7DTEX3U5c=";
};
cargoHash = "sha256-K9NFm++jBsrn7U+rZkTOWhrUuL4CA0NR7SlSyhSIwSc=";
cargoHash = "sha256-Fr+m4BeYvUOoSkewwdUgpmdNchweeLK7v/tKLEzFOBs=";
postPatch = ''
substituteInPlace src/scripts/mod.rs \
@ -39,6 +39,8 @@ rustPlatform.buildRustPackage rec {
# These tests require network access
"--skip=parse_correct_host_addresses"
"--skip=parse_hosts_file_and_incorrect_hosts"
"--skip=resolver_args_google_dns"
"--skip=resolver_default_cloudflare"
];
meta = with lib; {