Skip to content

Commit

Permalink
kernel: 4.4.43 -> 4.4.44
Browse files Browse the repository at this point in the history
(cherry picked from commit fc8233a)
  • Loading branch information
NeQuissimus committed Jan 22, 2017
1 parent d2f4afc commit 858a4ac
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.43";
version = "4.4.44";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 858a4ac

Please sign in to comment.