Navigation Menu

Skip to content

Commit

Permalink
linux: 4.4.198 -> 4.4.199
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 6, 2019
1 parent 308aba8 commit 042cf21
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.198";
version = "4.4.199";
extraMeta.branch = "4.4";

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

0 comments on commit 042cf21

Please sign in to comment.