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

linux: 3.12.61 -> 3.12.62

(cherry picked from commit 458d477215b4f0f939070acff6b6c2660204f629)

+2 -2
+2 -2
pkgs/os-specific/linux/kernel/linux-3.12.nix
··· 1 { stdenv, fetchurl, perl, buildLinux, ... } @ args: 2 3 import ./generic.nix (args // rec { 4 - version = "3.12.61"; 5 extraMeta.branch = "3.12"; 6 7 src = fetchurl { 8 url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz"; 9 - sha256 = "1q44z8gdbrw76vl5wbm8y2vy119lacxyaf2xi6q9jasvwkjc4h36"; 10 }; 11 12 kernelPatches = args.kernelPatches;
··· 1 { stdenv, fetchurl, perl, buildLinux, ... } @ args: 2 3 import ./generic.nix (args // rec { 4 + version = "3.12.62"; 5 extraMeta.branch = "3.12"; 6 7 src = fetchurl { 8 url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz"; 9 + sha256 = "0a9vghq3z5xhr9xssfivb78d3i74h4kn15wqgls1cw5qzyhc1wb0"; 10 }; 11 12 kernelPatches = args.kernelPatches;