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

Commit abd2352

Browse files
committed
bump 6.6.y and 6.12.y kernel versions
`rpi-6.6.y` went from `6.6.67` to `6.6.74`. `rpi-6.12.y` went from `6.12.11` to `6.12.17`
1 parent 4f67066 commit abd2352

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
flake = false;
88
url = "github:raspberrypi/linux/stable_20241008";
99
};
10-
rpi-linux-6_6_67-src = {
10+
rpi-linux-6_6_78-src = {
1111
flake = false;
1212
url = "github:raspberrypi/linux/rpi-6.6.y";
1313
};
14-
rpi-linux-6_12_11-src = {
14+
rpi-linux-6_12_17-src = {
1515
flake = false;
1616
url = "github:raspberrypi/linux/rpi-6.12.y";
1717
};

overlays/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ rpi-linux-stable-src
2-
, rpi-linux-6_6_67-src
3-
, rpi-linux-6_12_11-src
2+
, rpi-linux-6_6_78-src
3+
, rpi-linux-6_12_17-src
44
, rpi-firmware-src
55
, rpi-firmware-nonfree-src
66
, rpi-bluez-firmware-src
@@ -10,9 +10,9 @@ final: prev:
1010
let
1111
versions = {
1212
v6_6_51.src = rpi-linux-stable-src;
13-
v6_6_67.src = rpi-linux-6_6_67-src;
14-
v6_12_11 = {
15-
src = rpi-linux-6_12_11-src;
13+
v6_6_78.src = rpi-linux-6_6_78-src;
14+
v6_12_17 = {
15+
src = rpi-linux-6_12_17-src;
1616
patches = [
1717
{
1818
name = "remove-readme-target.patch";
@@ -114,7 +114,7 @@ in
114114
# rpi kernels and firmware are available at
115115
# `pkgs.rpi-kernels.<VERSION>.<BOARD>'.
116116
#
117-
# For example: `pkgs.rpi-kernels.v6_6_67.bcm2712'
117+
# For example: `pkgs.rpi-kernels.v6_6_78.bcm2712'
118118
rpi-kernels = rpi-kernels (
119119
final.lib.cartesianProduct
120120
{ board = boards; version = (builtins.attrNames versions); }

0 commit comments

Comments
 (0)