Skip to content

Commit

Permalink
linux: 4.9.73 -> 4.9.74
Browse files Browse the repository at this point in the history
(cherry picked from commit 56f91dc)
  • Loading branch information
NeQuissimus committed Jan 3, 2018
1 parent bb02fc2 commit 31dfb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.73";
version = "4.9.74";
extraMeta.branch = "4.9";

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

0 comments on commit 31dfb58

Please sign in to comment.