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