internal/rosa/package/kernel: 6.18.42 to 6.18.43

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-08 12:52:27 +09:00
parent 9deed030f0
commit 16f84f9499
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.42";
version# = "6.18.43";
output = remoteTar {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
"snapshot/linux-"+version+".tar.gz";
checksum = "mh9iAMOo-bO970WApdufDcYImAOl3lAXKDHAZLdlX5jSTPZvP_arFFsQaaJKjy3H";
checksum = "SthN8PgD7oze4syBC54KJoky7JUpAmXJO0Y98an1ZJiqGppnf6N3kmZiZZdvi9dd";
compress = gzip;
};
}