forked from mirrors/nixpkgs
provides a better download url for the intel-microcode2ucode sources.
This commit is contained in:
parent
bc3865e414
commit
4c3c452e7f
|
@ -3,7 +3,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "microcode2ucode-20120205";
|
||||
src = fetchurl {
|
||||
url = "http://gentoo-overlays.zugaina.org/gentoo/portage/sys-apps/microcode-data/files/intel-microcode2ucode.c";
|
||||
url = "sources.gentoo.org/sys-apps/microcode-data/files/intel-microcode2ucode.c";
|
||||
sha256 = "c51b1b1d8b4b28e7d5d007917c1e444af1a2ff04a9408aa9067c0e57d70164de";
|
||||
};
|
||||
|
||||
|
@ -26,4 +26,4 @@ stdenv.mkDerivation {
|
|||
homepage = http://www.intel.com;
|
||||
description = "Microcode converter for Intel .dat files";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue