Skip to content

Commit

Permalink
linux: 4.9.55 -> 4.9.56
Browse files Browse the repository at this point in the history
(cherry picked from commit cc5dd66)
  • Loading branch information
NeQuissimus committed Oct 13, 2017
1 parent 6b8dc0e commit acd89da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.55";
version = "4.9.56";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0a9rjlf7h1rn71kll1ckxa440rxwsikh1yjh37zbsj5i4895gz5i";
sha256 = "1jnkf0ir42xkandx1lnqrxmskzwl6j46aqmzrxilddx9pkdjplhi";
};
} // (args.argsOverride or {}))

0 comments on commit acd89da

Please sign in to comment.