Skip to content

Commit

Permalink
linux: 4.9.114 -> 4.9.115
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 25, 2018
1 parent a2833a0 commit 0fde781
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.114";
version = "4.9.115";
extraMeta.branch = "4.9";

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

0 comments on commit 0fde781

Please sign in to comment.