tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux-copperhead: 4.15.15.a -> 4.15.16.a
Tim Steinbach
8 years ago
8fe9b023
9adee13f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-copperhead-hardened.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
···
3
3
with stdenv.lib;
4
4
5
5
let
6
6
-
version = "4.15.15";
6
6
+
version = "4.15.16";
7
7
revision = "a";
8
8
-
sha256 = "08jsdnkfqcigcr87yhszbnz8gh62vdmxdwlr38gjxximv95k1gf7";
8
8
+
sha256 = "0jxf01gf5rh6kwxcsv6mwlhq3wva2ps0ayrx40zwrdhkqy03w79x";
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")));