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

Commit f317116

Browse files
authored
Merge pull request #102 from JamieMagee/linux-6_12
Drop kernel 6.10.12 in favour of 6.12.6
2 parents 628e512 + e94b747 commit f317116

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

flake.lock

Lines changed: 6 additions & 6 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
@@ -15,9 +15,9 @@
1515
flake = false;
1616
url = "github:raspberrypi/linux/rpi-6.6.y";
1717
};
18-
rpi-linux-6_10_12-src = {
18+
rpi-linux-6_12_11-src = {
1919
flake = false;
20-
url = "github:raspberrypi/linux/rpi-6.10.y";
20+
url = "github:raspberrypi/linux/rpi-6.12.y";
2121
};
2222
rpi-firmware-src = {
2323
flake = false;

overlays/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ u-boot-src
22
, rpi-linux-stable-src
33
, rpi-linux-6_6_67-src
4-
, rpi-linux-6_10_12-src
4+
, rpi-linux-6_12_11-src
55
, rpi-firmware-src
66
, rpi-firmware-nonfree-src
77
, rpi-bluez-firmware-src
@@ -12,8 +12,8 @@ let
1212
versions = {
1313
v6_6_51.src = rpi-linux-stable-src;
1414
v6_6_67.src = rpi-linux-6_6_67-src;
15-
v6_10_12 = {
16-
src = rpi-linux-6_10_12-src;
15+
v6_12_11 = {
16+
src = rpi-linux-6_12_11-src;
1717
patches = [
1818
{
1919
name = "remove-readme-target.patch";

0 commit comments

Comments
 (0)