diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-12-20 13:51:40 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-12-20 17:59:19 +0800 |
commit | 9730e950724041c8409f53760576c2da9d608066 (patch) | |
tree | 1ed222765663c3433ab1a8e16e6684f6e18b636e | |
parent | dd10e119104f8cdcc90c072befa3960305a0eca6 (diff) |
nongnu: linux-xanmod: Update to 6.12.6.
* nongnu/packages/linux.scm (linux-xanmod-version): Update to 6.12.6.
(linux-xanmod-source): Update hashes.
-rw-r--r-- | nongnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 8853af29..e8e3f57d 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -277,15 +277,15 @@ distribution with custom settings and new features. It's built to provide a stable, responsive and smooth desktop experience."))) ;; Linux-XanMod sources -(define-public linux-xanmod-version "6.11.11") +(define-public linux-xanmod-version "6.12.6") (define-public linux-xanmod-revision "xanmod1") (define-public linux-xanmod-source (make-linux-xanmod-source linux-xanmod-version linux-xanmod-revision #:xanmod-branch "main" - #:kernel-hash (base32 "0bnbvadm4wvnwzcq319gsgl03ijvvljn7mj8qw87ihpb4p0cdljm") - #:xanmod-hash (base32 "0m4dniiwx3hqg45rv8k9r22mvim6n27kfdwhisv6h9wy7q936lql"))) + #:kernel-hash (base32 "1sr58vsh39hdwk0z27lg14isqwn4g8m4r7a8z2rsyhkfwlmmd8mi") + #:xanmod-hash (base32 "0jqvn3wajdxpp75m3snddw488z407c3272cfa5g1cgicgzqc3gvd"))) (define-public linux-xanmod-lts-version "6.6.67") (define-public linux-xanmod-lts-revision "xanmod1") |