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 90fa9ea commit 869bb2eCopy full SHA for 869bb2e
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.2";
+ version = "4.12.3";
5
revision = "a";
6
- sha256 = "0w3k5a30li2qz2msach9sg9qsvmjsc4mf9k3ad5dxd0667a0hygm";
+ sha256 = "0nxzpkh2ca47g6qykkfhf8qynpx3kr9vdkm9wixky159zxfj6s85";
7
in
8
9
import ./generic.nix (args // {
0 commit comments