Skip to content

Commit

Permalink
linux: 4.9.59 -> 4.9.60
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 2, 2017
1 parent 6021ca2 commit 68b5ec0
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,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

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

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "16rj4wg8psh3d47x8disk275nzzv26drvp03hi0r44mxw0lmd53k";
sha256 = "015dzkrhadmr3kadz0m3yhjikkmga8dv90f6s5ji5i2ja5f6qchf";
};
} // (args.argsOverride or {}))

0 comments on commit 68b5ec0

Please sign in to comment.