tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux-copperhead: 4.13.a -> 4.13.1.a
Tim Steinbach
8 years ago
114a2bcc
e916917a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-hardened-copperhead.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-hardened-copperhead.nix
···
3
with stdenv.lib;
4
5
let
6
-
version = "4.13";
7
revision = "a";
8
-
sha256 = "1d118yi40yqzfjxdwl00h7alp1z0qq7rk5q14w3hs281ig773aip";
9
10
# modVersion needs to be x.y.z, will automatically add .0 if needed
11
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
···
3
with stdenv.lib;
4
5
let
6
+
version = "4.13.1";
7
revision = "a";
8
+
sha256 = "19x3rg75r4xm67wbr54iypbjsrfka7mz2vp3yswp4x4x94g457bh";
9
10
# modVersion needs to be x.y.z, will automatically add .0 if needed
11
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));