Merge pull request #6172 from nkaretnikov/pcmciautils-017

pcmcia-utils: update to 017
This commit is contained in:
Arseniy Seroka 2015-02-05 18:41:24 +03:00
commit 974afbe53d

View File

@ -8,11 +8,11 @@
# FIXME: should add an option to choose between hotplug and udev. # FIXME: should add an option to choose between hotplug and udev.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pcmciautils-015"; name = "pcmciautils-017";
src = fetchurl { src = fetchurl {
url = "http://kernel.org/pub/linux/utils/kernel/pcmcia/${name}.tar.bz2"; url = "https://kernel.org/pub/linux/utils/kernel/pcmcia/${name}.tar.gz";
sha256 = "4847485c412b47e3d88fa83ef811229e0e7941217303bc8449c30a3dc2128b6e"; sha256 = "5d8e2efad8a7f692129610603da232f2144851753d8d49a70eeb8eb1be6f6bc3";
}; };
buildInputs = [udev yacc sysfsutils module_init_tools flex]; buildInputs = [udev yacc sysfsutils module_init_tools flex];
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
'') firmware; '') firmware;
meta = { meta = {
homepage = http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html; homepage = https://www.kernel.org/pub/linux/utils/kernel/pcmcia/;
longDescription = " longDescription = "
PCMCIAutils contains the initialization tools necessary to allow PCMCIAutils contains the initialization tools necessary to allow
the PCMCIA subsystem to behave (almost) as every other the PCMCIA subsystem to behave (almost) as every other