tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Linux 3.4.16
Shea Levy
13 years ago
1da5d349
d843ec6b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.4.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.4.nix
···
239
239
import ./generic.nix (
240
240
241
241
rec {
242
242
-
version = "3.4.15";
242
242
+
version = "3.4.16";
243
243
testing = false;
244
244
245
245
preConfigure = ''
···
248
248
249
249
src = fetchurl {
250
250
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
251
251
-
sha256 = "1cakx844rzs358bc8sd4kaqjj7m2aawgk7b4i17fb7ccxqjz4zij";
251
251
+
sha256 = "1dg8zy33vri71yv6zavyfyr5dg2wl4xz5ll8gqa4kjlq8hn8d5s2";
252
252
};
253
253
254
254
config = configWithPlatform stdenv.platform;