chore: packages version bump

This commit is contained in:
adminy 2024-09-10 14:35:02 +01:00
parent 97c85054d1
commit 0ffba0a5bf
4 changed files with 52 additions and 76 deletions

View file

@ -13,7 +13,7 @@ in
options = with lib; {
raspberry-pi-nix = {
kernel-version = mkOption {
default = "v6_6_31";
default = "v6_6_47";
type = types.str;
description = "Kernel version to build.";
};