Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

linux: 4.4.58 -> 4.4.59

(cherry picked from commit cb791371c542ff2018916b84dccd43c7c7afd302)

Changed files
+2 -2
pkgs
os-specific
linux
kernel
+2 -2
pkgs/os-specific/linux/kernel/linux-4.4.nix
··· 1 1 { stdenv, fetchurl, perl, buildLinux, ... } @ args: 2 2 3 3 import ./generic.nix (args // rec { 4 - version = "4.4.58"; 4 + version = "4.4.59"; 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 - sha256 = "1kdgd3pbpscpn5fd34m0djw4h69wcab5qnrji63dal2q74fn1pn2"; 9 + sha256 = "1jlnm6msxdhm7l6all91rd1rkqsqpd0rblbdl68z7nkz9hy55sb4"; 10 10 }; 11 11 12 12 kernelPatches = args.kernelPatches;