Skip to content

Commit

Permalink
linux: 4.4.69 -> 4.4.70
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f0ca4f)
  • Loading branch information
NeQuissimus committed May 25, 2017
1 parent 0cca564 commit 97a3b9b
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.69";
version = "4.4.70";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 97a3b9b

Please sign in to comment.