Skip to content

Commit

Permalink
linux: 4.4.95 -> 4.4.96
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 2, 2017
1 parent c37c896 commit 6021ca2
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,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

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

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "07vkxhh435gilxsh9ag6zvf2r9k5l9ffqp72900c50nsfjrdgdrx";
sha256 = "1asvcqip5w9nkg4c5jllbjygski9cnw7qn6ci7p6zwnd2mfks794";
};
} // (args.argsOverride or {}))

0 comments on commit 6021ca2

Please sign in to comment.