From abd42e4b28f6d4aa6ee4d921d38c5fe3f4c66a33 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 24 Feb 2025 00:42:40 +0000 Subject: [PATCH] rustscan: 2.3.0 -> 2.4.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 16b5abac46c0..6800e96ffaa9 100644 --- a/pkgs/tools/security/rustscan/default.nix +++ b/pkgs/tools/security/rustscan/default.nix @@ -11,17 +11,17 @@ rustPlatform.buildRustPackage rec { pname = "rustscan"; - version = "2.3.0"; + version = "2.4.1"; src = fetchFromGitHub { owner = "RustScan"; repo = "RustScan"; tag = version; - hash = "sha256-6heC/bHo4IqKNvPjch7AiyWTCZDCv4MZHC7DTEX3U5c="; + hash = "sha256-+qPSeDpOeCq+KwZb5ANXx6z+pYbgdT1hVgcrSzxyGp0="; }; useFetchCargoVendor = true; - cargoHash = "sha256-M3Nm1eWWofcxHcadx3cxxORWKyiOPZHVzTwY2YIAfiE="; + cargoHash = "sha256-cUuInYCT2jzen9gswfFGtKum6w2X/SiKA2ccdmxk38A="; postPatch = '' substituteInPlace src/scripts/mod.rs \