Skip to content

Commit

Permalink
rustscan: 1.10.0 -> 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Oct 10, 2020
1 parent 928b1bb commit 422a52c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/security/rustscan/default.nix
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "rustscan";
version = "1.10.0";
version = "1.10.1";

src = fetchFromGitHub {
owner = "RustScan";
repo = pname;
rev = "${version}";
sha256 = "1x6vi3d250jhy75ybp8gm6cq9ncv0jig5c1v12r26raflhkh7fk3";
sha256 = "0dhy7b73ipsxsr7wlc3r5yy39i3cjrdszhsw9xwjj31692s3b605";
};

cargoSha256 = "0q4p4pa1lh8kw5gmiim0zmmvs3l1kl319a3ji7gmj2fisha4319k";
cargoSha256 = "00s1iv8yw06647ijw9p3l5n7d899gsks5j8ljag6ha7hgl5vs4ci";

postPatch = ''
substituteInPlace src/main.rs \
Expand All @@ -26,6 +26,7 @@ rustPlatform.buildRustPackage rec {
"--skip=infer_ulimit_lowering_no_panic"
"--skip=google_dns_runs"
"--skip=parse_correct_host_addresses"
"--skip=parse_hosts_file_and_incorrect_hosts"
];

meta = with lib; {
Expand Down

0 comments on commit 422a52c

Please sign in to comment.