Skip to content

Commit

Permalink
linux: 4.4.239 -> 4.4.240
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 17, 2020
1 parent 2db182a commit 357b14c
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, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.4.239";
version = "4.4.240";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "03myd9ngmjmnddh4iqqsgcfg9rd11vyvwym38yh4m1p08j1zbg0k";
sha256 = "131pamgxxmx4ba4gn2qxczv8w3lxrmwlqg0a7pdjzg0sy9lirygk";
};
} // (args.argsOverride or {}))

0 comments on commit 357b14c

Please sign in to comment.