Skip to content

Commit

Permalink
linux: 4.11-rc3 -> 4.11-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 26, 2017
1 parent 9a0a75c commit 310bb3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.11-rc3";
modDirVersion = "4.11.0-rc3";
version = "4.11-rc4";
modDirVersion = "4.11.0-rc4";
extraMeta.branch = "4.11";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
sha256 = "07y54bl2i4qsz36hwbp3k56k8hzjyvs82cimrg0hnp2xca537vxz";
sha256 = "0kvp5zkq54ahxp59d33fpzf3jpr5k0jjfbxc1kfqwxvlkgznmd7h";
};

features.iwlwifi = true;
Expand Down

0 comments on commit 310bb3e

Please sign in to comment.