Skip to content

Commit

Permalink
linux: 4.4.57 -> 4.4.58
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b5193b)
  • Loading branch information
NeQuissimus authored and globin committed Mar 31, 2017
1 parent e30ac6b commit 36547de
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.57";
version = "4.4.58";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 36547de

Please sign in to comment.