Skip to content

Commit

Permalink
linux: 4.12.3 -> 4.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 28, 2017
1 parent 20d2bfa commit f43c445
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.3";
version = "4.12.4";
extraMeta.branch = "4.12";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit f43c445

Please sign in to comment.