lol

linux-copperhead: 4.14.4.a -> 4.14.5.a

+2 -2
+2 -2
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
··· 3 3 with stdenv.lib; 4 4 5 5 let 6 - version = "4.14.4"; 6 + version = "4.14.5"; 7 7 revision = "a"; 8 - sha256 = "1h99nhm3yd528gj0wg71lzi8v314r6r00m8zh2cw2sz82k7fds4w"; 8 + sha256 = "1ahh4rc0w9fnd03x6wm8s8ar9c1spw1apph8lvlfr0x1x2kh2wqh"; 9 9 10 10 # modVersion needs to be x.y.z, will automatically add .0 if needed 11 11 modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));