diff mbox series

[bug#68515,1/6] gnu: linux-libre 6.6: Update to 6.6.12.

Message ID 5fa3180ad46d1721548036e8d6a1f4f52f83243a.1705424931.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-01-15) | expand

Commit Message

Wilko Meyer Jan. 16, 2024, 5:11 p.m. UTC
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.12.
(linux-libre-6.6-pristine-source): Update hashes.

Change-Id: I47248352ba921ec9eba237d92b7f0e33ffb994d9
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Leo Famulari Jan. 17, 2024, 8:30 p.m. UTC | #1
On Tue, Jan 16, 2024 at 06:11:20PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.12.
> (linux-libre-6.6-pristine-source): Update hashes.

Pushed to 'kernel-updates', thanks!
Leo Famulari Jan. 18, 2024, 3:18 p.m. UTC | #2
On Tue, Jan 16, 2024 at 06:11:20PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.12.
> (linux-libre-6.6-pristine-source): Update hashes.

I pushed this series as c8d15a5670f6116a652c5730833769824bb67471

Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d2f02c9a3e1..d25236a0b93 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -511,7 +511,7 @@  (define-public linux-libre-6.7-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.6-version "6.6.10")
+(define-public linux-libre-6.6-version "6.6.12")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -521,7 +521,7 @@  (define deblob-scripts-6.6
    (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "0v2l0l90w7scv7bxkxxjgqnay0fjh678k9gdlgycgbh9q7j2grly")))
+        (hash (base32 "01a6czk6xz9syxvkb2yhbn3vypqy2mnjq7ni84x4nklw7n6frmqz")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))