lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

linux-copperhead: 4.12.9.a -> 4.12.10.a

+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.9"; 4 + version = "4.12.10"; 5 5 revision = "a"; 6 - sha256 = "0bdhzh483l9g6c7n263f4wxx5klfciswzkmd5p6jlf9wqx72km33"; 6 + sha256 = "00vm7bc4sfj2qj3yar9hy6qf8m2kmkxmxlf8q908jb1m541pfvpn"; 7 7 in 8 8 9 9 import ./generic.nix (args // {