diff options
| author | Atemu <atemu.main@gmail.com> | 2023-11-06 09:35:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 09:35:50 +0100 |
| commit | 2ce12aca0a951dd8cdfd3badff838eb1b1b8599a (patch) | |
| tree | 2a02736d80b14b76b06cf8e8b5851eee3d95e4cc | |
| parent | Merge pull request #265674 from notalltim/backport-256057-to-release-23.05 (diff) | |
| parent | linux_xanmod_latest: 6.5.9 -> 6.5.10 (diff) | |
| download | nixpkgs-2ce12aca0a951dd8cdfd3badff838eb1b1b8599a.tar.gz | |
Merge pull request #265732 from NixOS/backport-265181-to-release-23.05
[Backport release-23.05] linux_xanmod, linux_xanmod_latest: 2023-11-02
| -rw-r--r-- | pkgs/os-specific/linux/kernel/xanmod-kernels.nix | 8 |
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 68c735115379..b683e842c72b 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -3,14 +3,14 @@ let # These names are how they are designated in https://xanmod.org. ltsVariant = { - version = "6.1.60"; - hash = "sha256-KYCeONJxyFPee4pvBLRw/MBTzPU7D2oZCrAVr3t/yPM="; + version = "6.1.61"; + hash = "sha256-15dAzCcFUekBlkBfcHWiZ3gourimLp6GlUKeWAddDqo="; variant = "lts"; }; mainVariant = { - version = "6.5.9"; - hash = "sha256-5SFPBsDTmq7tA6pyM7rbIjBPAtPbqhUl6VfA2z5baPA="; + version = "6.5.10"; + hash = "sha256-t99LKAmNApcjFVna3ChNZp4O6ag9t2kQVrg8yRsTANg="; variant = "main"; }; |
