Skip to content

Commit

Permalink
linux: 4.9.41 -> 4.9.42
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Aug 11, 2017
1 parent b6f7713 commit f2d420e
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, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

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

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "11y6q0mmi3z6pg4h0prv67pr1a78rvrzw75ygg6720dz0jzvnnmd";
sha256 = "0ivq75vksd8rca881zyfimb6n43clr93gbgkd9w8p4qcj797f18a";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit f2d420e

Please sign in to comment.