kernel: 3.2.65 -> 3.2.66

This commit is contained in:
William A. Kennington III 2015-01-10 10:48:45 -08:00
parent 980758bdee
commit ba6648b142
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, ... } @ args: { stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "3.2.65"; version = "3.2.66";
extraMeta.branch = "3.2"; extraMeta.branch = "3.2";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1j9ibivhrkav5dfb7pv5m2j2y4577nqxp63npcpmna7wp7y132wm"; sha256 = "09l0rfv10c5kzlgfhi339ly496f6j9ichq3arpvkb3fivjkxcm45";
}; };
# We don't provide these patches if grsecurity is enabled, because # We don't provide these patches if grsecurity is enabled, because