mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
update flake inputs
This commit is contained in:
parent
561355cba6
commit
43258812a1
3 changed files with 38 additions and 50 deletions
10
flake.nix
10
flake.nix
|
|
@ -6,13 +6,13 @@
|
|||
flake = false;
|
||||
url = "https://ftp.denx.de/pub/u-boot/u-boot-2023.01.tar.bz2";
|
||||
};
|
||||
rpi-linux-5_15-src = {
|
||||
rpi-linux-6_1-src = {
|
||||
flake = false;
|
||||
url = "github:raspberrypi/linux/rpi-5.15.y";
|
||||
url = "github:raspberrypi/linux/rpi-6.1.y";
|
||||
};
|
||||
rpi-firmware-stable-src = {
|
||||
rpi-firmware-src = {
|
||||
flake = false;
|
||||
url = "github:raspberrypi/firmware/stable";
|
||||
url = "github:raspberrypi/firmware";
|
||||
};
|
||||
rpi-firmware-nonfree-src = {
|
||||
flake = false;
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
libcamera-apps-src = {
|
||||
flake = false;
|
||||
url = "github:raspberrypi/libcamera-apps/v1.1.1";
|
||||
url = "github:raspberrypi/libcamera-apps/v1.1.2";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue