Skip to content

Commit

Permalink
linux: 3.10.104 -> 3.10.105
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 13, 2017
1 parent 9b8c2c7 commit fb3ea26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-3.10.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "3.10.104";
version = "3.10.105";
extraMeta.branch = "3.10";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "04kc64zdpg8h8655m825lbny3fwvqhmh3mg9h564i2irnll35lp3";
sha256 = "1739mikbyfx1zfmra16lnprca3pcvcplqss4x1jzdqmvkh9cqnqw";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit fb3ea26

Please sign in to comment.