Skip to content

Commit

Permalink
linux: 4.10.3 -> 4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 19, 2017
1 parent 80cff1f commit adcecdd
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.3";
version = "4.10.4";
extraMeta.branch = "4.10";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit adcecdd

Please sign in to comment.