Skip to content

Commit

Permalink
linux: 4.4.113 -> 4.4.114
Browse files Browse the repository at this point in the history
(cherry picked from commit 26e06c9)
  • Loading branch information
NeQuissimus committed Jan 31, 2018
1 parent a60fac4 commit 5cbd68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.4.113";
version = "4.4.114";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0gbpmx09jq2cryqnnv3z4d7971gkrvn7nndxz1diny9ain4x4wmp";
sha256 = "1nag129dv3krn9b3f958fv2ns56x1nlgf8fy3mx74pkzqm6hnh4m";
};
} // (args.argsOverride or {}))

0 comments on commit 5cbd68b

Please sign in to comment.