Skip to content

Commit

Permalink
linux: 4.4.12 -> 4.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 20, 2016
1 parent aeef0b7 commit 453086a
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.12";
version = "4.4.13";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 453086a

Please sign in to comment.