mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #262571 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-10-21
This commit is contained in:
commit
d59ba91d5a
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
|||
let
|
||||
# These names are how they are designated in https://xanmod.org.
|
||||
ltsVariant = {
|
||||
version = "6.1.57";
|
||||
hash = "sha256-ZzZj1Ij9L6WtjEJRcOdNtZ18oFRybNPV4uID6umC2Zg=";
|
||||
version = "6.1.58";
|
||||
hash = "sha256-Lnp1CSh1jLbIkEx9hLfxhdIA12iQZmywhOec9uZ7UjI=";
|
||||
variant = "lts";
|
||||
};
|
||||
|
||||
mainVariant = {
|
||||
version = "6.5.7";
|
||||
hash = "sha256-D4DMyBSaBZXHScmpkC3/fKlDylO1xVSZhar2F5bMjkY=";
|
||||
version = "6.5.8";
|
||||
hash = "sha256-lHi+O7RE6YdiqPmuxHajGkc7jS9F5cB89+JbTVKkB/c=";
|
||||
variant = "main";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue