Skip to content

Commit

Permalink
linux: 4.4.34 -> 4.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 26, 2016
1 parent e3d0fd8 commit cc77360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.4.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.4.34";
version = "4.4.35";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit cc77360

Please sign in to comment.