summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 31bb716b3af..73de7738922 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -642,7 +642,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
642 (%upstream-linux-source version hash) 642 (%upstream-linux-source version hash)
643 deblob-scripts-5.15))) 643 deblob-scripts-5.15)))
644 644
645(define-public linux-libre-5.10-version "5.10.258") 645(define-public linux-libre-5.10-version "5.10.260")
646(define-public linux-libre-5.10-gnu-revision "gnu1") 646(define-public linux-libre-5.10-gnu-revision "gnu1")
647(define deblob-scripts-5.10 647(define deblob-scripts-5.10
648 (linux-libre-deblob-scripts 648 (linux-libre-deblob-scripts
@@ -652,7 +652,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
652 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7"))) 652 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7")))
653(define-public linux-libre-5.10-pristine-source 653(define-public linux-libre-5.10-pristine-source
654 (let ((version linux-libre-5.10-version) 654 (let ((version linux-libre-5.10-version)
655 (hash (base32 "1rdldzb3g33v6zvcmxafqpkjgqpp4n5qlxwb77wfd5jpzhgcnz4y"))) 655 (hash (base32 "113bka32apz5pfqjfnv97k9hf9arkn5asfcd6cw7snsh65qjka27")))
656 (make-linux-libre-source version 656 (make-linux-libre-source version
657 (%upstream-linux-source version hash) 657 (%upstream-linux-source version hash)
658 deblob-scripts-5.10))) 658 deblob-scripts-5.10)))