linux-copperhead: 4.12.7.a -> 4.12.8.a

+2 -2
+2 -2
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
··· 1 { stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args: 2 3 let 4 - version = "4.12.7"; 5 revision = "a"; 6 - sha256 = "1kj0s5r7fx2d0crak7576jv9r6q7yx4aqmxpib6mhj1zfhsczdp0"; 7 in 8 9 import ./generic.nix (args // {
··· 1 { stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args: 2 3 let 4 + version = "4.12.8"; 5 revision = "a"; 6 + sha256 = "03ldbgs4w70q756bl5gsxr2z428njnlslh6293y34r54gz5li9a3"; 7 in 8 9 import ./generic.nix (args // {