Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
linux: 4.9.140 -> 4.9.141
Browse files Browse the repository at this point in the history
(cherry picked from commit 94906bfefed6cb7c1fe53fceb81038ddc8ee8ebc)
  • Loading branch information
NeQuissimus committed Nov 27, 2018
1 parent 91bf241 commit 9c96d12
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.140";
version = "4.9.141";
extraMeta.branch = "4.9";

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

0 comments on commit 9c96d12

Please sign in to comment.