Skip to content

Commit

Permalink
linux: 4.9.192 -> 4.9.193
Browse files Browse the repository at this point in the history
(cherry picked from commit 9ea89fd)
  • Loading branch information
NeQuissimus committed Sep 16, 2019
1 parent d42669c commit 28bf760
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, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.192";
version = "4.9.193";
extraMeta.branch = "4.9";

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

0 comments on commit 28bf760

Please sign in to comment.