Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit c776eb0

Browse files
authored
Merge pull request #101 from JamieMagee/linux-6_6
Update kernel from 6.6.54 to 6.6.67
2 parents aaec735 + 97c5186 commit c776eb0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

flake.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
flake = false;
88
url = "https://ftp.denx.de/pub/u-boot/u-boot-2024.07.tar.bz2";
99
};
10-
rpi-linux-6_6_54-src = {
10+
rpi-linux-6_6_67-src = {
1111
flake = false;
1212
url = "github:raspberrypi/linux/rpi-6.6.y";
1313
};

overlays/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ u-boot-src
2-
, rpi-linux-6_6_54-src
2+
, rpi-linux-6_6_67-src
33
, rpi-linux-6_10_12-src
44
, rpi-firmware-src
55
, rpi-firmware-nonfree-src
@@ -9,7 +9,7 @@
99
final: prev:
1010
let
1111
versions = {
12-
v6_6_54.src = rpi-linux-6_6_54-src;
12+
v6_6_67.src = rpi-linux-6_6_67-src;
1313
v6_10_12 = {
1414
src = rpi-linux-6_10_12-src;
1515
patches = [
@@ -116,7 +116,7 @@ in
116116
# rpi kernels and firmware are available at
117117
# `pkgs.rpi-kernels.<VERSION>.<BOARD>'.
118118
#
119-
# For example: `pkgs.rpi-kernels.v6_6_54.bcm2712'
119+
# For example: `pkgs.rpi-kernels.v6_6_67.bcm2712'
120120
rpi-kernels = rpi-kernels (
121121
final.lib.cartesianProduct
122122
{ board = boards; version = (builtins.attrNames versions); }

rpi/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ in
1414
options = with lib; {
1515
raspberry-pi-nix = {
1616
kernel-version = mkOption {
17-
default = "v6_6_54";
17+
default = "v6_6_67";
1818
type = types.str;
1919
description = "Kernel version to build.";
2020
};

0 commit comments

Comments
 (0)