We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6664a6b commit 9341dd6Copy full SHA for 9341dd6
1 file changed
pkgs/tools/security/feroxbuster/default.nix
@@ -9,21 +9,21 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "feroxbuster";
12
- version = "2.9.1";
+ version = "2.9.2";
13
14
src = fetchFromGitHub {
15
owner = "epi052";
16
repo = pname;
17
rev = "refs/tags/v${version}";
18
- hash = "sha256-l+F4Zmeoq2ozgd+xq5n+cevThr8ub/7GiLq3Fe+C9yY=";
+ hash = "sha256-HSZqqZngXs5ACsk9xzaqBWK5mUxPyGx3qJOtTURXPgg=";
19
};
20
21
# disable linker overrides on aarch64-linux
22
postPatch = ''
23
rm .cargo/config
24
'';
25
26
- cargoSha256 = "sha256-ivwXgHAg7+DnaIOBw9S2gIzJeoge0eStFtKZkJhrTYE=";
+ cargoHash = "sha256-pisMqSgW6uPlBXgTUqJBJya84dRmbOJbEYYezuut6Wo=";
27
28
OPENSSL_NO_VENDOR = true;
29
0 commit comments