Merge pull request #843 from stigtsp/surface-kernel-bump-8

surface: linux 6.6.10 -> 6.6.13
This commit is contained in:
Jörg Thalheim 2024-01-24 09:32:37 +01:00 committed by GitHub
commit e756ff62c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
cfg = config.microsoft-surface;
version = "6.6.10";
version = "6.6.13";
majorVersion = "6.6";
patchDir = repos.linux-surface + "/patches/${majorVersion}";
kernelPatches = pkgs.callPackage ./patches.nix {
@ -21,7 +21,7 @@ let
extraMeta.branch = majorVersion;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
sha256 = "sha256-nuYn5MEJrsf8o+2liY6B0gGvLH6y99nX2UwfDhIFVGw=";
sha256 = "sha256-iLiefdQerU46seQRyLuNWSV1rPgVzx3zwNxX4uiCwLw=";
};
};