Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linux: 4.4.103 -> 4.4.104
(cherry picked from commit 10e5207749390f1a17d5189add086de1284e1f09)
  • Loading branch information
NeQuissimus committed Dec 5, 2017
1 parent b62c50c commit 007a867
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,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

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

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "017r4aq6bwhrir3n4nckd5407gpnryv0bbgpp7rv6lnzbxwd008x";
sha256 = "0bhc4ay8ikvhqxj191mbm5kshh2zj46n5snwfa1d6bqzdkgg5s5h";
};
} // (args.argsOverride or {}))

0 comments on commit 007a867

Please sign in to comment.