Skip to content

Commit

Permalink
linux: 4.9.75 -> 4.9.76
Browse files Browse the repository at this point in the history
(cherry picked from commit 9283ef5b0ead9a7bbad560bdc5d2546160137cef)
  • Loading branch information
NeQuissimus committed Jan 10, 2018
1 parent 3f7e18e commit 451087f
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.75";
version = "4.9.76";
extraMeta.branch = "4.9";

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

0 comments on commit 451087f

Please sign in to comment.