internal/rosa/package/kernel: 6.12.91 to 6.12.92

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-04 20:10:27 +09:00
parent 8e8410ce38
commit e28c4aa3c0
+2 -2
View File
@@ -3,11 +3,11 @@ package kernel-source {
website = "https://kernel.org";
exclude = true;
version# = "6.12.91";
version# = "6.12.92";
output = remoteTar {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
"snapshot/linux-"+version+".tar.gz";
checksum = "wWnY9XJV1gSX2CMfHrrhvyx1tqKJQoeyfS68pJMudE_VdwWkFE6ZkEZ--DNJdkvG";
checksum = "1KJYWkOr_n3xcWmDgmKuimEWiDP3HvG4jhIY4wrGmxSHuQGogOqdpeJhzYMHUoNw";
compress = gzip;
};
}