Skip to content

Commit

Permalink
linux: 4.9.80 -> 4.9.81
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 13, 2018
1 parent 3b9f687 commit 45e9b7b
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, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.80";
version = "4.9.81";
extraMeta.branch = "4.9";

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

0 comments on commit 45e9b7b

Please sign in to comment.