tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.9.190 -> 4.9.191
Tim Steinbach
6 years ago
bfdf5e9f
0217a90d
+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, buildPackages, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
buildLinux (args // rec {
4
4
-
version = "4.9.190";
4
4
+
version = "4.9.191";
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 = "05ha3snfk0vdqk9i27icwpq2if0h2jvshavn69ldwqm4h2h1r2py";
9
9
+
sha256 = "1g5p736p8zx5rmxaj56yw93jp768npl868jsn8973dny0rsbim6y";
10
10
};
11
11
} // (args.argsOverride or {}))