aircrack-ng: 1.6 -> 1.7
Among other changes fixes build against -fno-common toolchains. Clanges: https://aircrack-ng.org/doku.php?id=changelog
This commit is contained in:
parent
1cc22c1a41
commit
a649cff5d4
@ -4,11 +4,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "aircrack-ng";
|
||||
version = "1.6";
|
||||
version = "1.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.aircrack-ng.org/aircrack-ng-${version}.tar.gz";
|
||||
sha256 = "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg";
|
||||
sha256 = "1hsq1gwmafka4bahs6rc8p98yi542h9a502h64bjlygpr3ih99q5";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user