tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.4.109 -> 4.4.110
Tim Steinbach
8 years ago
6960541e
b5ce6022
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.4.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.4.nix
···
1
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "4.4.109";
4
4
+
version = "4.4.110";
5
5
extraMeta.branch = "4.4";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
9
-
sha256 = "1i73xn85p6c62rafipmf9ja9ya149aaz6lbgnhl989fyyyh2bjd2";
9
9
+
sha256 = "0n6v872ahny9j29lh60c7ha5fa1as9pdag7jsb5fcy2nmid1g6fh";
10
10
};
11
11
} // (args.argsOverride or {}))