rustscan: 2.2.0 -> 2.2.1

This commit is contained in:
figsoda 2022-11-09 09:53:19 -05:00
parent b341e5bb96
commit cc9214ee8e

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 \