Skip to content

Commit

Permalink
linux: 4.4.131 -> 4.4.132
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed May 16, 2018
1 parent ad31217 commit 56beb9b
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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.4.131";
version = "4.4.132";
extraMeta.branch = "4.4";

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

0 comments on commit 56beb9b

Please sign in to comment.