mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
linux-testing: 4.13-rc2 -> 4.13-rc3
Tested via building the linux_testing attribute, but didn't test it at runtime (yet). Diffed unpacked tarball against my local git clone and the contents match. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
740d76371e
commit
979817d153
@ -1,13 +1,13 @@
|
||||
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.13-rc2";
|
||||
modDirVersion = "4.13.0-rc2";
|
||||
version = "4.13-rc3";
|
||||
modDirVersion = "4.13.0-rc3";
|
||||
extraMeta.branch = "4.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
||||
sha256 = "1ni0z3v8zkqlmxn4czbw71yaipp6hbyh39vxdzpqy1dqn7zalmif";
|
||||
sha256 = "07cxqf57hgs3wnbvkqixiwhjrwdf433pjwmh0hv1id0bk8wdrjjl";
|
||||
};
|
||||
|
||||
features.iwlwifi = true;
|
||||
|
Loading…
Reference in New Issue
Block a user