Skip to content

Commit

Permalink
linux: 4.9.99 -> 4.9.100
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed May 16, 2018
1 parent 56beb9b commit b8aa951
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, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.99";
version = "4.9.100";
extraMeta.branch = "4.9";

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

0 comments on commit b8aa951

Please sign in to comment.