Skip to content

Commit

Permalink
kernel: 3.18.42 -> 3.18.44
Browse files Browse the repository at this point in the history
(cherry picked from commit b02646f)
  • Loading branch information
NeQuissimus authored and grahamc committed Oct 27, 2016
1 parent 9f3371b commit a43f80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-3.18.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "3.18.42";
version = "3.18.44";
extraMeta.branch = "3.18";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0ymimvy8kp2a2x0h31m3sipwx1h80576ws04k3cl49wgcgjwpwn4";
sha256 = "1cjdh9w2q164r53k06vv6nhxwjzm69nha5wndp8r1hjywjwcqqan";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit a43f80a

Please sign in to comment.