update commit pin, use linux 6.11
This commit is contained in:
parent
09e527b18e
commit
11fedb159c
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"91dd354a10edbb0d3d4bc3220b671504eda871a7")
|
"59b2a60d0041882d732e1766e28f0df5a1ef1ac1")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"e355a2ff675abd48f671a867c211c98707ca1e82")
|
"ad966c3844385e8f7b60b0dc915f92a1eba47e09")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
(define-public base-operating-system
|
(define-public base-operating-system
|
||||||
(operating-system
|
(operating-system
|
||||||
(kernel linux)
|
(kernel linux-6.11)
|
||||||
(firmware (list linux-firmware
|
(firmware (list linux-firmware
|
||||||
amd-microcode
|
amd-microcode
|
||||||
sof-firmware))
|
sof-firmware))
|
||||||
|
|
Loading…
Reference in a new issue