Skip to content

Commit

Permalink
linux: 4.10.12 -> 4.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 28, 2017
1 parent 903fec9 commit 08c44a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.10.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.10.12";
version = "4.10.13";
extraMeta.branch = "4.10";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 08c44a5

Please sign in to comment.