Skip to content

Commit

Permalink
linux: 4.9.214 -> 4.9.215
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 28, 2020
1 parent e06e0dc commit 560bc03
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.214";
version = "4.9.215";
extraMeta.branch = "4.9";

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

0 comments on commit 560bc03

Please sign in to comment.