summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-01-10 16:57:46 -0500
committerLeo Famulari <leo@famulari.name>2025-01-11 22:10:47 -0500
commitdbc5ddee8097fd2c85b3f040e6a91826563341c4 (patch)
tree5258ff8a10a5fe60cf85f83eef2837d60eb22067
parent4d25f4d5e109b4a6d78fee09783143d68aa2ec1d (diff)
gnu: linux-libre 6.1: Update to 6.1.124.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.124. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I9d43a1d271a888af0f26e46e176dda5646635f65
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1347ee8af4..74d50bd969 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,7 +563,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
-(define-public linux-libre-6.1-version "6.1.123")
+(define-public linux-libre-6.1-version "6.1.124")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -573,7 +573,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "060pbbvk3c1r9v6fz1qm5f0hjb29wi67lg7an0nwl6bpjsk5ci52")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "1g5k9q113nyid3a347abb36v2xfv5vf74ic88af7kf04kzbsr9rk")))
+ (hash (base32 "09wqb2wqrbg62kqn1r4vj5694r701lkvb9vdzj0slvv2rkazckpz")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))