tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux-copperhead: 4.15.13.a -> 4.15.14.a
Tim Steinbach
7 years ago
decfd44b
e6ec9444
+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.13";
6
6
+
version = "4.15.14";
7
7
revision = "a";
8
8
-
sha256 = "0zmamaf600jja3m2i41rysxq0rqixiz1vvd1nf5bd8piqkd8dbvf";
8
8
+
sha256 = "1y5w02gr108098p26l6gq8igrk435ljlqiazxwha6lgajk1rgpv2";
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")));