Skip to content

Commit

Permalink
linux: 4.4.53 -> 4.4.54
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 17, 2017
1 parent 81ad24d commit ca3fb4d
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.53";
version = "4.4.54";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit ca3fb4d

Please sign in to comment.