Skip to content

Commit

Permalink
feroxbuster: 2.9.1 -> 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 22, 2023
1 parent 6664a6b commit 9341dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/feroxbuster/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@

rustPlatform.buildRustPackage rec {
pname = "feroxbuster";
version = "2.9.1";
version = "2.9.2";

src = fetchFromGitHub {
owner = "epi052";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-l+F4Zmeoq2ozgd+xq5n+cevThr8ub/7GiLq3Fe+C9yY=";
hash = "sha256-HSZqqZngXs5ACsk9xzaqBWK5mUxPyGx3qJOtTURXPgg=";
};

# disable linker overrides on aarch64-linux
postPatch = ''
rm .cargo/config
'';

cargoSha256 = "sha256-ivwXgHAg7+DnaIOBw9S2gIzJeoge0eStFtKZkJhrTYE=";
cargoHash = "sha256-pisMqSgW6uPlBXgTUqJBJya84dRmbOJbEYYezuut6Wo=";

OPENSSL_NO_VENDOR = true;

Expand Down

0 comments on commit 9341dd6

Please sign in to comment.