Skip to content

Commit

Permalink
linux: 4.9.227 -> 4.9.228
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 23, 2020
1 parent de5c142 commit 907e1ae
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.227";
version = "4.9.228";
extraMeta.branch = "4.9";

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

0 comments on commit 907e1ae

Please sign in to comment.