internal/rosa/package/kernel: 6.18.37 to 6.18.38

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-05 18:58:28 +09:00
parent a8ffaa20e0
commit f0b6659865
4 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -3,11 +3,11 @@ package kernel-source {
website = "https://kernel.org";
exclude = true;
version# = "6.18.37";
version# = "6.18.38";
output = remoteTar {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
"snapshot/linux-"+version+".tar.gz";
checksum = "ndD7_0aU1EP5PubcCX_p8j1OLlszTVx1NoCHPdbhy2yvRcecHcULQQdZNDw-_YOc";
checksum = "y_c897Efibj3TxgJQfpfTOWHTEoBPqu-XLwl2c40THwfgiNAop3qusrGvQkThXtI";
compress = gzip;
};
}
@@ -60,9 +60,9 @@ package kernel {
source = kernel-source;
files = {
".config": arch {
amd64 = "kernel_amd64.config";
arm64 = "kernel_arm64.config";
riscv64 = "kernel_riscv64.config";
amd64 = "amd64.config";
arm64 = "arm64.config";
riscv64 = "riscv64.config";
};
".installkernel": "installkernel";