linux: 6.5.1 -> 6.5.2

This commit is contained in:
Maximilian Bosch 2023-09-08 10:44:47 +02:00
parent fa652714fa
commit a3c4740523
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.5.1";
version = "6.5.2";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = versions.pad 3 version;