tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 3.14.73 -> 3.14.77
Franz Pletz
9 years ago
dc37edb3
458d4772
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.14.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.14.nix
···
1
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
2
3
3
import ./generic.nix (args // rec {
4
4
-
version = "3.14.73";
4
4
+
version = "3.14.77";
5
5
extraMeta.branch = "3.14";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
9
9
-
sha256 = "17wpb2za3kymk88xk68k8qhlc4vvhky9wvcwyfbiq5hblf98ghgy";
9
9
+
sha256 = "1v3cc3ddla2b8gkwbms4x3lbjygw87r13150nikf1gc0hf64rqp0";
10
10
};
11
11
12
12
kernelPatches = args.kernelPatches;