summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2024-09-03 17:59:00 -0600
committerGitHub <noreply@github.com>2024-09-03 17:59:00 -0600
commit6f6c45b5134a8ee2e465164811e451dcb5ad86e3 (patch)
treef65d5344b23cfbe3695140b602bc463349b26638
parent[Backport release-24.05] mozillavpn: 2.21.0 → 2.23.1 (#334693) (diff)
parentlinux_xanmod_latest: 6.10.6 -> 6.10.7 (diff)
downloadnixpkgs-6f6c45b5134a8ee2e465164811e451dcb5ad86e3.tar.gz
[Backport release-24.05] linux_xanmod, linux_xanmod_latest: 2024-08-19 (#336581)
-rw-r--r--pkgs/os-specific/linux/kernel/xanmod-kernels.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
index 144793ea0320..ba98279c036e 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -6,14 +6,14 @@ 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.48";
+ hash = "sha256-Ayuq4qKWu/wgG3wiMNrgkcc6BNSUReqileNx4vYMtak=";
variant = "lts";
};
mainVariant = {
- version = "6.10.5";
- hash = "sha256-tETGtCNNgYj1IUNuI/Am5kimFndUC4O+cZwZzlPitFA=";
+ version = "6.10.7";
+ hash = "sha256-I2gtxaANJBmUlko7I9x1izLTyCBMqvUW/1Qx3a0H4uU=";
variant = "main";
};