about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-04-22 14:36:07 +0200
committerGitHub <noreply@github.com>2022-04-22 14:36:07 +0200
commit7df44826e182022669c8706439a3cb14caabd006 (patch)
tree4b304f54daf75d46ad2a262da0443422e50a6825 /pkgs/tools/security
parentbe74239a61932352ba1f9ff6fdf0a73e5ad386fb (diff)
parent35fb3cc6fc274e57f3522f1f8caf407de6df2ffe (diff)
Merge pull request #169720 from fabaff/bump-feroxbuster
feroxbuster: 2.6.4 -> 2.7.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/feroxbuster/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/feroxbuster/default.nix b/pkgs/tools/security/feroxbuster/default.nix
index bc1df5eb56928..d73ba4306337c 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.4";
+  version = "2.7.0";
 
   src = fetchFromGitHub {
     owner = "epi052";
     repo = pname;
-    rev = "v${version}";
-    hash = "sha256-aTyjZc+bsA4rvbcFTLArK+zbfF6thHEYyPbMx9vLcMo=";
+    rev = version;
+    hash = "sha256-Ub4HOi38fYNJkpXfms1/aDl97h2UI1Fru8+NAiAztoc=";
   };
 
-  cargoSha256 = "sha256-PLrIMgn0o+fFB6Zv9sf7X4gZyHwVSd6BOM1/KUo3TAg=";
+  cargoSha256 = "sha256-ODLL++wn8IQloEFZXF8TasercTKJ0nhPtny4fsi03Ks=";
 
   OPENSSL_NO_VENDOR = true;