internal/rosa/package/kernel: 6.18.40 to 6.18.41

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-07-30 23:16:17 +09:00
parent a2f97f7e0f
commit 153c980a61
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ package kernel-source {
website = "https://kernel.org";
exclude = true;
version# = "6.18.40";
version# = "6.18.41";
output = remoteTar {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
"snapshot/linux-"+version+".tar.gz";
checksum = "s4lO-rWM-3FudvHLoD4zBEF5wDv21JR6XavpOqe5D4CCUsvwVCX4hWZ923cuAs-k";
checksum = "6qiKvNuZgaLWZV7TBTHEPGE2Mdx7kNGei6xTNDxoQM59HbXIJvnOrZR1iZ3kcMBX";
compress = gzip;
};
}