Skip to content

Commit

Permalink
kernel: 3.14.5 -> 3.14.6 (close #2868)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennington authored and vcunat committed Jun 8, 2014
1 parent c626115 commit d91eacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-3.14.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, ... } @ args:

import ./generic.nix (args // rec {
version = "3.14.5";
version = "3.14.6";
extraMeta.branch = "3.14";

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

features.iwlwifi = true;
Expand Down

0 comments on commit d91eacd

Please sign in to comment.