Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linux: 4.9.70 -> 4.9.71
(cherry picked from commit 4e494f459f6fc90319251985b5e708adc1743b70)
  • Loading branch information
NeQuissimus committed Dec 20, 2017
1 parent a7664a6 commit c9d9f86
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.70";
version = "4.9.71";
extraMeta.branch = "4.9";

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

0 comments on commit c9d9f86

Please sign in to comment.