Skip to content

Commit

Permalink
kernel: 3.18.14 -> 3.18.16
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennington committed Jun 15, 2015
1 parent b325c15 commit 2fd74f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-3.18.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, ... } @ args:

import ./generic.nix (args // rec {
version = "3.18.14";
version = "3.18.16";
extraMeta.branch = "3.18";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1xh0vvn1l2g1kkg54f0mg0inbpsiqs24ybgsakksmcpcadjgqk1i";
sha256 = "0c2530amgsk29ina9mfvlncki64w0zs16d2k8bghq3fv9k2qv3nr";
};

features.iwlwifi = true;
Expand Down

0 comments on commit 2fd74f4

Please sign in to comment.