tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.9.36 -> 4.9.37
Tim Steinbach
8 years ago
6da22291
3637119c
+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
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
-
version = "4.9.36";
5
extraMeta.branch = "4.9";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
-
sha256 = "1x615q5fl17fqr8h0552l7lzrpmn1n9azmsrnq9xhf980imfj0d0";
10
};
11
12
kernelPatches = args.kernelPatches;
···
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
+
version = "4.9.37";
5
extraMeta.branch = "4.9";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
+
sha256 = "14300vddyz7x6vg1mx64a0i8i61fk5bl8azcvv7rf3b97c4cy7pn";
10
};
11
12
kernelPatches = args.kernelPatches;