Skip to content

Commit

Permalink
kernel: 4.9.0 -> 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 6, 2017
1 parent ecf87b1 commit c1d20ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9";
modDirVersion = "4.9.0";
version = "4.9.1";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a";
sha256 = "06jlfdmfgmhj80q1q9pglkjygjc1s1b5fslhf5bzkicsw4r2369j";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit c1d20ea

Please sign in to comment.