From cc9214ee8edbe45d9c5cba10a956122e7e85e9ea Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 9 Nov 2022 09:53:19 -0500 Subject: [PATCH] rustscan: 2.2.0 -> 2.2.1 --- pkgs/tools/security/rustscan/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/rustscan/default.nix b/pkgs/tools/security/rustscan/default.nix index 79a1fd1195f..849a921898a 100644 --- a/pkgs/tools/security/rustscan/default.nix +++ b/pkgs/tools/security/rustscan/default.nix @@ -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 \