Skip to content

Commit

Permalink
linux_4_9: 4.9.181 -> 4.9.182
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Jun 17, 2019
1 parent 4810809 commit 9ccdf3c
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, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.181";
version = "4.9.182";
extraMeta.branch = "4.9";

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

0 comments on commit 9ccdf3c

Please sign in to comment.