Skip to content

Commit

Permalink
linux: 4.9.76 -> 4.9.77
Browse files Browse the repository at this point in the history
(cherry picked from commit 7981bb421986feb775819f0e137ffe3250a28b86)
  • Loading branch information
NeQuissimus committed Jan 17, 2018
1 parent dccd0df commit ca91bc0
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.76";
version = "4.9.77";
extraMeta.branch = "4.9";

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

0 comments on commit ca91bc0

Please sign in to comment.