Skip to content

Commit

Permalink
linux: 4.9.1 -> 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 10, 2017
1 parent 3b17823 commit 6b01b22
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,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

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

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 6b01b22

Please sign in to comment.