mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
update to 29
svn path=/nixpkgs/trunk/; revision=19124
This commit is contained in:
parent
ec3285843f
commit
2323755e8d
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wireless-tools-29-pre21";
|
||||
name = "wireless-tools-29";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.pre21.tar.gz;
|
||||
sha256 = "1agk4i3jvwzdiin7c19ixn8ipi4f2vg71lp3mzcjqmghph9lhwch";
|
||||
url = http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz;
|
||||
sha256 = "18g5wa3rih89i776nc2n2s50gcds4611gi723h9ki190zqshkf3g";
|
||||
};
|
||||
|
||||
preBuild = "
|
||||
|
Loading…
Reference in New Issue
Block a user