Skip to content

Commit

Permalink
linux: 4.4.61 -> 4.4.62
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 18, 2017
1 parent 5283e64 commit 7643c7c
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
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.4.61";
version = "4.4.62";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 7643c7c

Please sign in to comment.