Skip to content

Commit

Permalink
linux: 4.4.74 -> 4.4.75
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 29, 2017
1 parent ae953c2 commit 6b35f22
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,12 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

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

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "13l0axybmr0lz1br9kxyc6s3mzgais32f54xii7vs4nia1hss6f3";
sha256 = "0l3rklx1957czsddg3jb5xw5rvw8bf58s4yrkswikphv7j5crzjg";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 6b35f22

Please sign in to comment.