Skip to content

Commit

Permalink
linux_4_9: 4.9.18 -> 4.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Mar 30, 2017
1 parent 0f69573 commit f9cb877
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,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.18";
version = "4.9.19";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1lb18b29ykia9v2ryj1w6chwh19hmv6ynfjhl9p66rsnm09fl3m1";
sha256 = "004qj678i7y951b48yb199hh0kjwicj784c6sbkyvy2y3162fykg";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit f9cb877

Please sign in to comment.