lol

Merge pull request #28263 from NeQuissimus/copperhead_4_12_7_A

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

authored by

Tim Steinbach and committed by
GitHub
195620b7 2a0c6c7b

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