From a8b892dd6e982f8a269244e7064c5a6ec98b7339 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sun, 7 May 2023 15:21:58 +0800 Subject: [PATCH] rosenthal: linux-xanmod: Update to 6.3.1. * rosenthal/packages/linux.scm (linux-xanmod): Update to 6.3.1. --- rosenthal/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosenthal/packages/linux.scm b/rosenthal/packages/linux.scm index 80c32eb..e0ed15f 100644 --- a/rosenthal/packages/linux.scm +++ b/rosenthal/packages/linux.scm @@ -34,7 +34,7 @@ (define config->string (@@ (gnu packages linux) config->string)) -(define %xanmod-version "6.2.9") +(define %xanmod-version "6.3.1") (define %xanmod-revision "xanmod1") (define %hardened-version "6.1.21") @@ -46,7 +46,7 @@ (uri (string-append "https://github.com/xanmod/linux/archive/" %xanmod-version "-" %xanmod-revision ".tar.gz")) (sha256 - (base32 "1f614cjbrl2lqly0xvl253syd6jxdzxz5bc9ypajqvvzic1bsh3x")))) + (base32 "0qapcbxp2v1w33xx3rzp686c525ydxvajj7gb420bibsnp7537s3")))) (define linux-hardened-source (origin