diff options
author | Wilko Meyer <w@wmeyer.eu> | 2023-10-30 23:26:53 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-07-23 22:26:00 -0400 |
commit | 1d4813f275a5e022671b08bdcc586cf4b7e79021 (patch) | |
tree | db0d5a8ee46952ff7e3e97182bb88a25d8d9c084 /gnu | |
parent | 58786c82df700fb1f1c30022ee6ec0b2e7516e7b (diff) |
gnu: linux-libre 6.1: Fix the hash of the deblob-scripts.
This is a followup to commit 26709726a80de2d22ab129ff49b38dc1600bf8b2.
* gnu/packages/linux.scm (deblob-scripts 6.1): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I0035078f4c229763e56cf70ccae730804b123640
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7a9f357681..439ca0ae47 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -518,7 +518,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." linux-libre-6.1-version linux-libre-6.1-gnu-revision (base32 "1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy") - (base32 "1c73516nbhnz0cxjz38b5794dxygb8sznv9idiibw7ablmjbhd11"))) + (base32 "1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) (hash (base32 "02pvymr1dgd36mp7yikxqqv0sfrpwi1grnvxvx6jbbx6wmx0wljq"))) |