Skip to content

Commit

Permalink
linux: 4.8.4 -> 4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 30, 2016
1 parent 65cc92c commit 8073430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.8.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.8.4";
version = "4.8.5";
extraMeta.branch = "4.8";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1c122kcd98ljk2f7w4qkbx4cjv7a50w4gdc9qrxkpciaj4yqvjy1";
sha256 = "0264h3b8h4bqgcif2jzbz4yzv290nrn444bhcqzb0lizj8a1f5s8";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 8073430

Please sign in to comment.