Skip to content

Commit

Permalink
linux: 4.11.4 -> 4.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 15, 2017
1 parent a7efc9f commit b4576c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.11.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.11.4";
version = "4.11.5";
extraMeta.branch = "4.11";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "144a8ianp6sy057pbhnssg6xs4f3dc5cwwkz8d4q9jzpd87fdm43";
sha256 = "0k3dy4izi56nfkp2r0cps817zfnc14czghr9l5z5k8j8x5blqipp";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit b4576c5

Please sign in to comment.