Skip to content

Commit

Permalink
linux: 4.12.4 -> 4.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Aug 6, 2017
1 parent 70d8768 commit ff9479c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.12.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.12.4";
version = "4.12.5";
extraMeta.branch = "4.12";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1jasxw8ifkklyfmp0avh53zjymgqwybaz3cmh9l5ydss3xgxfw7l";
sha256 = "1833ibdb13dbg5xmf500bxkin8ng4yav3l5qvfilj0v4ygjlhlbi";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit ff9479c

Please sign in to comment.