Skip to content

Commit

Permalink
linux: 4.9.78 -> 4.9.79
Browse files Browse the repository at this point in the history
(cherry picked from commit 6aa13b6)
  • Loading branch information
NeQuissimus committed Jan 31, 2018
1 parent 5cbd68b commit 6062ec0
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.78";
version = "4.9.79";
extraMeta.branch = "4.9";

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

0 comments on commit 6062ec0

Please sign in to comment.