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-10 21:05:45 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-04-10 21:05:45 +0200
commitf1f1c062e7448049004342266a709e983977b72f (patch)
treecf5f746c4cc58c690af8e8ab92b151486bfb97b0 /pkgs/tools/security/feroxbuster
parent9a27dfe40e246b39848765e89ad1df7e3af5f6d8 (diff)
feroxbuster: 2.6.2 -> 2.6.4
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 8c006020f6446..bc1df5eb56928 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.2";
+  version = "2.6.4";
 
   src = fetchFromGitHub {
     owner = "epi052";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-SRVCtyl0+GRQ6MUHDY3gi7eg0l42d74c+Ct7G70MJfw=";
+    hash = "sha256-aTyjZc+bsA4rvbcFTLArK+zbfF6thHEYyPbMx9vLcMo=";
   };
 
-  cargoSha256 = "sha256-5SCJqVA5CEyILc5Ojr5ZsFiK8y6qfgggXyp9e8i5pdo=";
+  cargoSha256 = "sha256-PLrIMgn0o+fFB6Zv9sf7X4gZyHwVSd6BOM1/KUo3TAg=";
 
   OPENSSL_NO_VENDOR = true;