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