tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.9.30 -> 4.9.31
Tim Steinbach
8 years ago
c7abd694
01fc1a80
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.9.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.9.nix
···
1
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.9.30";
4
4
+
version = "4.9.31";
5
5
extraMeta.branch = "4.9";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
9
-
sha256 = "1fqbfcfkmbviqkmww9lc3n81ag71hzjwpdcij9y73kg8bh1fywj2";
9
9
+
sha256 = "0mlqr9ngpsg5i2rd2rqmh85y9ga1f3rpfyjv2m82bnhncavdiji8";
10
10
};
11
11
12
12
kernelPatches = args.kernelPatches;