We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b103e93 commit df929d6Copy full SHA for df929d6
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
@@ -1,9 +1,9 @@
1
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
2
3
let
4
- version = "4.12.1";
+ version = "4.12.2";
5
revision = "a";
6
- sha256 = "0fjw5fmxpvdhfqkr4lcpmqw8xxj92q19ya8q48yhxvv149ahcvhq";
+ sha256 = "0w3k5a30li2qz2msach9sg9qsvmjsc4mf9k3ad5dxd0667a0hygm";
7
in
8
9
import ./generic.nix (args // {
0 commit comments