Skip to content

Commit

Permalink
linux: 4.9.74 -> 4.9.75
Browse files Browse the repository at this point in the history
(cherry picked from commit 19eb5d6)
  • Loading branch information
edolstra committed Jan 5, 2018
1 parent 381a080 commit 4643980
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.74";
version = "4.9.75";
extraMeta.branch = "4.9";

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

0 comments on commit 4643980

Please sign in to comment.