Skip to content

Commit

Permalink
feat: linux 5.16.1 → 5.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrichardrinehart committed Jan 23, 2022
1 parent 88961bc commit e58829e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions modules/machines/hp_spectre_x360.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ args @ { config, pkgs, ... }:
let
latest_stable_pkg = { fetchurl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "5.16.1";
modDirVersion = "5.16.1";
version = "5.16.2";
modDirVersion = "5.16.2";

kernelPatches = [
{
Expand All @@ -23,13 +23,12 @@ args @ { config, pkgs, ... }:
}
];

# extraMakeFlags = [
# "KBUILD_BUILD_VERSION=JohnOS"
# ];
buildFlags = [ "KBUILD_BUILD_VERSION=JohnOS" ];
#++ (args.nixpkgs.lib.drop 2 args.buildFlags);

src = fetchurl {
url = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "x782IxxuoeZyg4AqAFQw0U/j+KNJjAckujQ5r69yNUU=";
sha256 = "Cf6DOk1jBDJ7vgDnWteiWHGI0fQGsyZf7RGg+MVmO0Q=";
};

} // (args.argsOverride or { }));
Expand Down

0 comments on commit e58829e

Please sign in to comment.