mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
feroxbuster: 2.9.4 -> 2.9.5
Diff: https://github.com/epi052/feroxbuster/compare/refs/tags/v2.9.4...v2.9.5 Changelog: https://github.com/epi052/feroxbuster/releases/tag/v2.9.5
This commit is contained in:
parent
9b81bd5f52
commit
7d12f0f413
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "feroxbuster";
|
pname = "feroxbuster";
|
||||||
version = "2.9.4";
|
version = "2.9.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "epi052";
|
owner = "epi052";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-9PLj5tORWE4A6MWU9DF6JUbRebTOswIC/Jg6aq6SUPc=";
|
hash = "sha256-+cjRfuUspq9eE5PsYgha0Vj1ELHjTUxxdM7yR3L9T2k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# disable linker overrides on aarch64-linux
|
# disable linker overrides on aarch64-linux
|
||||||
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
rm .cargo/config
|
rm .cargo/config
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoHash = "sha256-Kest8QCfiS0F8pw1PULny7iuYf9oILiZykPsL2ZSskQ=";
|
cargoHash = "sha256-yd97iiKjMIlMhilU0L1yngNIKptv4I0nEIKWRfhx/40=";
|
||||||
|
|
||||||
OPENSSL_NO_VENDOR = true;
|
OPENSSL_NO_VENDOR = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user