From a0264444b6bb016bf87c40acd4306655ae085562 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 27 May 2023 11:31:56 +0800 Subject: [PATCH] rosenthal: linux-xanmod: Update to 6.3.4. * rosenthal/packages/linux.scm (linux-xanmod): Update to 6.3.4. --- 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 f4b7633..2de010a 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.3.1") +(define %xanmod-version "6.3.4") (define %xanmod-revision "xanmod1") (define %hardened-version "6.1.27") @@ -46,7 +46,7 @@ (uri (string-append "https://github.com/xanmod/linux/archive/" %xanmod-version "-" %xanmod-revision ".tar.gz")) (sha256 - (base32 "0qapcbxp2v1w33xx3rzp686c525ydxvajj7gb420bibsnp7537s3")))) + (base32 "1hvcl3wwgcs9h9drgf3hj03c26bwpj8rmy0d7nq3bi63b00yqwly")))) (define linux-hardened-source (origin