Skip to content

Commit

Permalink
linux: 4.4.205 -> 4.4.206
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 7, 2019
1 parent 9ad3dbf commit d90b95f
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, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.4.205";
version = "4.4.206";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "19pasidvfmf94rs86v80x7hpirz9gavmkxwcl76ya61fq7lqy7zs";
sha256 = "14ylg9cm7z12mvkzg8z92gsw0libw9xz392ayzw0d9cgw1py39ax";
};
} // (args.argsOverride or {}))

0 comments on commit d90b95f

Please sign in to comment.