Skip to content

Commit

Permalink
linux: 4.10.10 -> 4.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 18, 2017
1 parent dd66279 commit 5283e64
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.10";
version = "4.10.11";
extraMeta.branch = "4.10";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 5283e64

Please sign in to comment.