diff options
| author | Atemu <atemu.main@gmail.com> | 2023-05-19 14:26:28 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-27 14:52:16 +0000 |
| commit | bc622d0d24b716c5a5982036e2075374269cf772 (patch) | |
| tree | baf07f408cc96833ec162854b0f1f30b7b49752a | |
| parent | Merge pull request #234277 from NixOS/backport-234242-to-release-22.11 (diff) | |
| download | nixpkgs-bc622d0d24b716c5a5982036e2075374269cf772.tar.gz | |
linux_xanmod_latest: 6.3.2 -> 6.3.3
(cherry picked from commit ff0f0ed2363313119025ae9588daeb40d147f47a)
| -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 bb10a0c003bf..a904180b062c 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -9,8 +9,8 @@ let }; mainVariant = { - version = "6.3.2"; - hash = "sha256-/+tg7fhAQZzo9iSrGi5vFXcbMqL21d+L7dTFGRp6Bo4="; + version = "6.3.3"; + hash = "sha256-3vkY79dmRUITXUIStYVlrR/JVLtLH2hfH1YKCF03Wmo="; variant = "main"; }; |
