update the drivers to the latest version but hash is still empty

This commit is contained in:
Lillian Violet 2025-03-27 14:12:13 +01:00
parent 0ab21551a1
commit 3a791b7168

View file

@ -33,12 +33,12 @@
system level system level
*/ */
raspberrypifw = pkgs.raspberrypifw.overrideAttrs { raspberrypifw = pkgs.raspberrypifw.overrideAttrs {
version = "pinned-2023.05.12"; version = "pinned-2025.03.27";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "firmware"; repo = "firmware";
rev = "b49983637106e5fb33e2ae60d8c15a53187541e4"; rev = "f3465ff27e8795b9db6e088c383ec79464aa985e";
hash = "sha256-Ia+pUTl5MlFoYT4TrdAry0DsoBrs13rfTYx2vaxoKMw="; hash = "";
}; };
}; };
in { in {
@ -282,8 +282,8 @@
boot = { boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_latest; kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835" "cma=256M" "console=tty0"]; initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835" "cma=256M" "console=tty0" "reset-raspberrypi"];
kernelParams = ["video=HDMI-A-1:1920x1080@60D"];
kernel.sysctl = { kernel.sysctl = {
"net.ipv4.ip_forward" = 1; "net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1; "net.ipv6.conf.all.forwarding" = 1;