1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

aircrack-ng: 1.4 -> 1.5.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aircrack-ng/versions
This commit is contained in:
R. RyanTM 2018-12-16 07:01:47 -08:00 committed by Franz Pletz
parent 1c0ea01d8e
commit 7840cb30f8

View file

@ -3,11 +3,11 @@
, autoreconfHook }:
stdenv.mkDerivation rec {
name = "aircrack-ng-1.4";
name = "aircrack-ng-1.5.2";
src = fetchurl {
url = "https://download.aircrack-ng.org/${name}.tar.gz";
sha256 = "0fz1g6sd7dkfgcxrfrnqbygpx8d4ziyidm9wjb0ws9xgyy52l2cn";
sha256 = "0hc2x17bxk2n00z8jj5jfwq3z41681fd19n018724il0cpkjyncy";
};
nativeBuildInputs = [ pkgconfig makeWrapper autoreconfHook ];