about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-27 10:37:30 -0400
committerGitHub <noreply@github.com>2024-04-27 10:37:30 -0400
commitdfe9aa83191446b542871363c6665397e4330fc2 (patch)
treed93076909ed4dd393347186cd8b8a7b33e463311 /pkgs/tools/security
parentf6f792c77974f3289dfd6e807191b25e0b16cf37 (diff)
parentdb76929d686f5879be658a84f3e137a7c32ed363 (diff)
Merge pull request #307207 from r-ryantm/auto-update/feroxbuster
feroxbuster: 2.10.2 -> 2.10.3
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/feroxbuster/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/feroxbuster/default.nix b/pkgs/tools/security/feroxbuster/default.nix
index 5871895cd9c01..0459519c43f76 100644
--- a/pkgs/tools/security/feroxbuster/default.nix
+++ b/pkgs/tools/security/feroxbuster/default.nix
@@ -9,13 +9,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "feroxbuster";
-  version = "2.10.2";
+  version = "2.10.3";
 
   src = fetchFromGitHub {
     owner = "epi052";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-jsaUSnqzqeKxos8fDvaOAzuGWxn5tJYjFp4qolWRRs4=";
+    hash = "sha256-3cznGVpZISLD2TbsHYyYYUTD55NmgBdNJ44V4XfZ40k=";
   };
 
   # disable linker overrides on aarch64-linux
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
     rm .cargo/config
   '';
 
-  cargoHash = "sha256-xACWDgFrZXcxbfczR9tfT1CTaPnDHBITbg3x8+708gE=";
+  cargoHash = "sha256-hOIOcz7YyZbQNScsY0jdxGLZQnWRBsFOzmRdu8oWIN8=";
 
   OPENSSL_NO_VENDOR = true;