Skip to content

Commit

Permalink
linux: 4.9.166 -> 4.9.167
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 3, 2019
1 parent 84fc0fb commit e731fea
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, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.166";
version = "4.9.167";
extraMeta.branch = "4.9";

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

0 comments on commit e731fea

Please sign in to comment.