Skip to content

Commit

Permalink
linux: 4.4.214 -> 4.4.215
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 28, 2020
1 parent 28fee3f commit 44523d0
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.214";
version = "4.4.215";
extraMeta.branch = "4.4";

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

0 comments on commit 44523d0

Please sign in to comment.