Skip to content

Commit

Permalink
linux: 4.9.215 -> 4.9.216
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 12, 2020
1 parent 4f40468 commit d4acdf5
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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.215";
version = "4.9.216";
extraMeta.branch = "4.9";

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

0 comments on commit d4acdf5

Please sign in to comment.