Skip to content

Commit

Permalink
linux: 4.9.24 -> 4.9.25
Browse files Browse the repository at this point in the history
(cherry picked from commit 903fec9)
  • Loading branch information
NeQuissimus committed Apr 28, 2017
1 parent 91a2fe9 commit 9c3ba5e
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.24";
version = "4.9.25";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "01ig3hmalzkn783d5pppw1x473y0mma54rx7dfnany15n62w9csh";
sha256 = "0drfz75k0zj2prawqmxaqgk27zk2vdj2pwip2n7hb9r1b9ly9bc2";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 9c3ba5e

Please sign in to comment.