bump deps

This commit is contained in:
Travis Staton 2024-10-07 17:11:55 -04:00 committed by Travis Staton
parent d342e97d25
commit 4501cff529
5 changed files with 44 additions and 38 deletions

View file

@ -13,7 +13,7 @@ in
options = with lib; {
raspberry-pi-nix = {
kernel-version = mkOption {
default = "v6_6_47";
default = "v6_6_54";
type = types.str;
description = "Kernel version to build.";
};
@ -69,7 +69,7 @@ in
'';
};
package = mkPackageOption pkgs "uboot-rpi-arm64" {};
package = mkPackageOption pkgs "uboot-rpi-arm64" { };
};
};
};