Skip to content

Commit

Permalink
linux: 4.9.69 -> 4.9.70
Browse files Browse the repository at this point in the history
(cherry picked from commit 5850e74)
  • Loading branch information
NeQuissimus committed Dec 16, 2017
1 parent 13c8775 commit d14c63d
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
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.69";
version = "4.9.70";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0x29la3mipvqcqpb945wrzvwh2s4y5a1gz67ygx4v9vmzbgb6q2q";
sha256 = "02ihsl286wq2fkbsiwmdk4na20nlrq628190libx583ghbrlbbxs";
};
} // (args.argsOverride or {}))

0 comments on commit d14c63d

Please sign in to comment.