Skip to content

Commit

Permalink
linux-copperhead: 4.16.7.a -> 4.16.9.a
Browse files Browse the repository at this point in the history
(cherry picked from commit 1006c8c)
  • Loading branch information
NeQuissimus committed May 17, 2018
1 parent ab8b927 commit 14f84df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-copperhead-stable.nix
Expand Up @@ -3,9 +3,9 @@
with stdenv.lib;

let
version = "4.16.7";
version = "4.16.9";
revision = "a";
sha256 = "1kdy3sqrn161hm5avhk3nd75p07a21ja0rzar3ybibh1bl2mc6zq";
sha256 = "1g1924whb79cflh4wcqpyq9d7nfxdsvsjh2mv5ps85fsg2109kpl";

# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
Expand Down

0 comments on commit 14f84df

Please sign in to comment.