Skip to content

Commit

Permalink
kernel: 4.9.77 -> 4.9.78
Browse files Browse the repository at this point in the history
(cherry picked from commit acf5b8e)
  • Loading branch information
dezgeg committed Jan 23, 2018
1 parent 2228c19 commit cee2f85
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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

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

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

0 comments on commit cee2f85

Please sign in to comment.