Skip to content

Commit 9341dd6

Browse files
committed
feroxbuster: 2.9.1 -> 2.9.2
1 parent 6664a6b commit 9341dd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/security/feroxbuster/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "feroxbuster";
12-
version = "2.9.1";
12+
version = "2.9.2";
1313

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

2121
# disable linker overrides on aarch64-linux
2222
postPatch = ''
2323
rm .cargo/config
2424
'';
2525

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

2828
OPENSSL_NO_VENDOR = true;
2929

0 commit comments

Comments
 (0)