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

linux: 4.7 -> 4.7.1

(cherry picked from commit 25714389880bca029e708bad113c72ed54a6e5f7)

+2 -3
+2 -3
pkgs/os-specific/linux/kernel/linux-4.7.nix
··· 1 1 { stdenv, fetchurl, perl, buildLinux, ... } @ args: 2 2 3 3 import ./generic.nix (args // rec { 4 - version = "4.7"; 5 - modDirVersion = "4.7.0"; 4 + version = "4.7.1"; 6 5 extraMeta.branch = "4.7"; 7 6 8 7 src = fetchurl { 9 8 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 10 - sha256 = "5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10"; 9 + sha256 = "0dl1zc4xb8lwrryrpwfqmbnwciypzpah8vkhsl5nx0l3qcck6n15"; 11 10 }; 12 11 13 12 kernelPatches = args.kernelPatches;