Skip to content

Commit

Permalink
linux: 5.6.15 -> 5.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 5, 2020
1 parent 114bc19 commit fdfd5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-5.6.nix
Expand Up @@ -3,7 +3,7 @@
with stdenv.lib;

buildLinux (args // rec {
version = "5.6.15";
version = "5.6.16";

# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
Expand All @@ -13,6 +13,6 @@ buildLinux (args // rec {

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

0 comments on commit fdfd5ab

Please sign in to comment.