Skip to content

Commit

Permalink
linux: 4.9.97 -> 4.9.98
Browse files Browse the repository at this point in the history
(cherry picked from commit 89e995d)
  • Loading branch information
NeQuissimus committed May 2, 2018
1 parent f92ab67 commit 66fa405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.97";
version = "4.9.98";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "08vg8lm03s04cpyicq1jj342c25x3039nnxvcvwr80j18w4biwf4";
sha256 = "1vqh33wdiqf3j4xfakxndhb8x6yr5ppwv9asx7kldjfvb8sr1k8j";
};
} // (args.argsOverride or {}))

0 comments on commit 66fa405

Please sign in to comment.