Skip to content

Commit

Permalink
kernel: 4.4.44 -> 4.4.45
Browse files Browse the repository at this point in the history
(cherry picked from commit 4345dfb)
  • Loading branch information
NeQuissimus committed Jan 27, 2017
1 parent 73bd95d commit f97d456
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,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.4.44";
version = "4.4.45";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0j779p83w4i9vj7l23rx1ihymplgy44pjh53lf55napj0ckwzggs";
sha256 = "0h8p08mgvcvi6g1hl160lc3jaf3jk5d4ilgnkl8dv8s6fwj5kyr2";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit f97d456

Please sign in to comment.