Merge pull request #200392 from figsoda/rustscan

rustscan: 2.2.0 -> 2.2.1
This commit is contained in:
Fabian Affolter 2022-11-10 09:03:44 +01:00 committed by GitHub
commit a8a9ba9e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "rustscan";
version = "2.1.0";
version = "2.1.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-f9QFsVGGKoWqZGIg8Z8FgZGcUo5M8MFNUavK69SgHkg=";
sha256 = "sha256-yGVhbI1LivTIQEgqOK59T1+8SiTJBPIdftiXkwE4lZM=";
};
cargoSha256 = "sha256-ZoDE7SJ6snWTFvYXHZdVCC6UCug2wGghH93FfDTDsv0=";
cargoSha256 = "sha256-UR3ktV80QU0N3f7qmqdhYpc5uwoPq4UvN40zEuMbp+Q=";
postPatch = ''
substituteInPlace src/scripts/mod.rs \