diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 00:05:47 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 00:05:47 +0200 |
commit | 2fd88333bda8710433dda949019d5a6778559c03 (patch) | |
tree | 3d487e2219eab426e13032719754f6660e8eeec0 | |
parent | c6d0a43ef18792a305b7323098247ccb6958780d (diff) |
bump kernel version to 6.4.10
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index a0cd14c..af547d5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ use std::io::{self, prelude::*}; use std::path::Path; use std::process::{Command, Stdio}; -const LATEST: &str = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.4.8.tar.xz"; +const LATEST: &str = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.4.10.tar.xz"; const CONFIG: &str = r#" CONFIG_ARCH_BCM2835=y |