mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:27:40 +00:00
pcmcia-utils: update to 017
This commit is contained in:
parent
1dd23a28cb
commit
d8ff010255
@ -8,11 +8,11 @@
|
||||
|
||||
# FIXME: should add an option to choose between hotplug and udev.
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pcmciautils-015";
|
||||
name = "pcmciautils-017";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kernel.org/pub/linux/utils/kernel/pcmcia/${name}.tar.bz2";
|
||||
sha256 = "4847485c412b47e3d88fa83ef811229e0e7941217303bc8449c30a3dc2128b6e";
|
||||
url = "https://kernel.org/pub/linux/utils/kernel/pcmcia/${name}.tar.gz";
|
||||
sha256 = "5d8e2efad8a7f692129610603da232f2144851753d8d49a70eeb8eb1be6f6bc3";
|
||||
};
|
||||
|
||||
buildInputs = [udev yacc sysfsutils module_init_tools flex];
|
||||
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
'') firmware;
|
||||
|
||||
meta = {
|
||||
homepage = http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html;
|
||||
homepage = https://www.kernel.org/pub/linux/utils/kernel/pcmcia/;
|
||||
longDescription = "
|
||||
PCMCIAutils contains the initialization tools necessary to allow
|
||||
the PCMCIA subsystem to behave (almost) as every other
|
||||
|
Loading…
Reference in New Issue
Block a user