diff options
author | Leo Famulari <leo@famulari.name> | 2025-06-11 18:28:56 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-06-12 13:06:56 -0400 |
commit | 6de9738b8d8a2de47784cdcff16d23f0434b44e5 (patch) | |
tree | 014f46b863c41f7d80162ba233fd499a7be8d229 | |
parent | 44ce67fdb8e50a2fd514a0e3e5ae65e599da28bb (diff) |
gnu: linux-libre: Update to 6.14.11.
* gnu/packages/linux.scm (linux-libre-6.14-version): Update to 6.14.11.
(linux-libre-6.14-pristine-source): Update hash.
Change-Id: I664c8c589c4acaa1d67a9fe09c0c3095dbd792b0
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 459c922ee7..59f4593fa2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -514,7 +514,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.14-version "6.14.10") +(define-public linux-libre-6.14-version "6.14.11") (define-public linux-libre-6.14-gnu-revision "gnu") (define deblob-scripts-6.14 (linux-libre-deblob-scripts @@ -524,7 +524,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "14vabccax7mq5gisshlnx2ljx3hr4jj106aw3s9qx5dxbjvr7qcw"))) (define-public linux-libre-6.14-pristine-source (let ((version linux-libre-6.14-version) - (hash (base32 "0hzylab1gh791qpi5albv5wcjz0m7hrs4k7f6bw24k77xb7rg2yy"))) + (hash (base32 "06rvydmc2yfspidnsay5hin3i8p4fxy3bvzwnry7gjf9dl5cs71z"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.14))) |