summary refs log tree commit diff
path: root/pkgs/tools/security/feroxbuster
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-12 09:32:26 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-12 09:32:26 +0200
commite719b537730e47b8203aa8637c6336e814c66da7 (patch)
tree376ae8eaebe1592e09b6477cb747054640978cec /pkgs/tools/security/feroxbuster
parentae674781d978cac4a53f485b3aa881c9e4ba644a (diff)
feroxbuster: 2.9.2 -> 2.9.3
Diff: https://github.com/epi052/feroxbuster/compare/refs/tags/v2.9.2...v2.9.3

Changelog: https://github.com/epi052/feroxbuster/releases/tag/v2.9.3
Diffstat (limited to 'pkgs/tools/security/feroxbuster')
-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 bc927a522aa75..8667064e153da 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.9.2";
+  version = "2.9.3";
 
   src = fetchFromGitHub {
     owner = "epi052";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-HSZqqZngXs5ACsk9xzaqBWK5mUxPyGx3qJOtTURXPgg=";
+    hash = "sha256-Z97CAfGnNTQmJd2zMlvGfk5jW9zHAB/efqYoYgVRfMc=";
   };
 
   # disable linker overrides on aarch64-linux
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
     rm .cargo/config
   '';
 
-  cargoHash = "sha256-pisMqSgW6uPlBXgTUqJBJya84dRmbOJbEYYezuut6Wo=";
+  cargoHash = "sha256-siLyPPSTBaZ4vpfzeKVlrqIdFMI5z3hRA8c2lRsBAGM=";
 
   OPENSSL_NO_VENDOR = true;