about summary refs log tree commit diff
path: root/pkgs/tools/security/feroxbuster
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-04-08 12:40:46 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-04-08 12:40:46 +0200
commitf79f18328181c8b348f2abe13f9aa228519af972 (patch)
treed0250944e6fbc870ed0d0e554db689af06fa83d6 /pkgs/tools/security/feroxbuster
parent64aaa351a5ec51a361a6b78f31f2ebb8778f0e7f (diff)
feroxbuster: 2.6.1 -> 2.6.2
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 ecfc496ce8e74..8c006020f6446 100644
--- a/pkgs/tools/security/feroxbuster/default.nix
+++ b/pkgs/tools/security/feroxbuster/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "feroxbuster";
-  version = "2.6.1";
+  version = "2.6.2";
 
   src = fetchFromGitHub {
     owner = "epi052";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-RY9bFuALRaVXDrC0eIx0inPjRqNpRKNZf3mCrKIdGL8=";
+    hash = "sha256-SRVCtyl0+GRQ6MUHDY3gi7eg0l42d74c+Ct7G70MJfw=";
   };
 
-  cargoSha256 = "sha256-0Zawlx/lhF7K8nOsHYKO84pnctVMpm3RfnAFCOltOqE=";
+  cargoSha256 = "sha256-5SCJqVA5CEyILc5Ojr5ZsFiK8y6qfgggXyp9e8i5pdo=";
 
   OPENSSL_NO_VENDOR = true;