tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kernel: 4.1.3 -> 4.1.4
William A. Kennington III
10 years ago
102cfc53
678efd6d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.1.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.1.nix
···
1
1
{ stdenv, fetchurl, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.1.3";
4
4
+
version = "4.1.4";
5
5
extraMeta.branch = "4.1";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
9
-
sha256 = "02z3palvki31qimmycz4y4wl4lb46n662qql46iah224k0q2rpcn";
9
9
+
sha256 = "17whsim5l9i486y5kchfpm9jhbr9lak4a1gdqygp5kwfrfyz5qiy";
10
10
};
11
11
12
12
features.iwlwifi = true;