summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/linux.scm')
-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 a6e8d7c5a91..f353f9f86ce 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -658,7 +658,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
658 (%upstream-linux-source version hash) 658 (%upstream-linux-source version hash)
659 deblob-scripts-5.15))) 659 deblob-scripts-5.15)))
660 660
661(define-public linux-libre-5.10-version "5.10.260") 661(define-public linux-libre-5.10-version "5.10.262")
662(define-public linux-libre-5.10-gnu-revision "gnu1") 662(define-public linux-libre-5.10-gnu-revision "gnu1")
663(define deblob-scripts-5.10 663(define deblob-scripts-5.10
664 (linux-libre-deblob-scripts 664 (linux-libre-deblob-scripts
@@ -668,7 +668,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
668 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7"))) 668 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7")))
669(define-public linux-libre-5.10-pristine-source 669(define-public linux-libre-5.10-pristine-source
670 (let ((version linux-libre-5.10-version) 670 (let ((version linux-libre-5.10-version)
671 (hash (base32 "113bka32apz5pfqjfnv97k9hf9arkn5asfcd6cw7snsh65qjka27"))) 671 (hash (base32 "10xlfmblynqcba5ab4h75p7pzqcbm34cbhrx19pkircpkf5dmrzs")))
672 (make-linux-libre-source version 672 (make-linux-libre-source version
673 (%upstream-linux-source version hash) 673 (%upstream-linux-source version hash)
674 deblob-scripts-5.10))) 674 deblob-scripts-5.10)))