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`
This commit is contained in:
Jamie Magee 2025-03-01 20:48:28 -08:00
parent 4f6706677c
commit abd2352d04
3 changed files with 18 additions and 18 deletions

View file

@ -7,11 +7,11 @@
flake = false;
url = "github:raspberrypi/linux/stable_20241008";
};
rpi-linux-6_6_67-src = {
rpi-linux-6_6_78-src = {
flake = false;
url = "github:raspberrypi/linux/rpi-6.6.y";
};
rpi-linux-6_12_11-src = {
rpi-linux-6_12_17-src = {
flake = false;
url = "github:raspberrypi/linux/rpi-6.12.y";
};