Skip to content

Commit

Permalink
linux: 4.9.22 -> 4.9.23
Browse files Browse the repository at this point in the history
(cherry picked from commit 1173fe0)
  • Loading branch information
NeQuissimus committed Apr 18, 2017
1 parent 4861ab9 commit fb14e6a
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,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.22";
version = "4.9.23";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0sh3p14y50f14m4m5pz2nvr48xgk8qr8zdhzgxi1143af1c1rnyv";
sha256 = "1i8n70d0nfxin88mhg404pvll8yvm8v6766j2sdzw7sk5waiq4hs";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit fb14e6a

Please sign in to comment.