diff options
| author | Shawn8901 <shawn8901@googlemail.com> | 2024-08-19 22:14:15 +0200 |
|---|---|---|
| committer | Shawn8901 <shawn8901@googlemail.com> | 2024-09-03 21:49:36 +0200 |
| commit | 09c75b362555a5dc7f86c9ccb51941a73f644473 (patch) | |
| tree | 2e5e1609f466b97953a25470a2ed1b5bd9099355 | |
| parent | [Backport release-24.05] gparted: fix GParted not running on Wayland (#335093) (diff) | |
| download | nixpkgs-09c75b362555a5dc7f86c9ccb51941a73f644473.tar.gz | |
linux_xanmod: 6.6.46 -> 6.6.47
(cherry picked from commit 2e7e0134c4aa07b063ba23ef4dbb75afc5dade00)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/xanmod-kernels.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix index 144793ea0320..e19d33630530 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -6,8 +6,8 @@ let # NOTE: When updating these, please also take a look at the changes done to # kernel config in the xanmod version commit ltsVariant = { - version = "6.6.46"; - hash = "sha256-ZtXFIHRM5YCb+5Ry3zcQt44OBqfhCI/Ig32jETUBrJo="; + version = "6.6.47"; + hash = "sha256-FF5kOUC3wIGPjf2f9pogaR51L8kdwJIpAmGc1h/LdV8="; variant = "lts"; }; |
