From a3c4740523b50934c20b28d6a67f0f5fa2f29075 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 8 Sep 2023 10:44:47 +0200 Subject: [PATCH] linux: 6.5.1 -> 6.5.2 --- pkgs/os-specific/linux/kernel/linux-6.5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/linux-6.5.nix b/pkgs/os-specific/linux/kernel/linux-6.5.nix index 3c2badfc6272..672c1c5596a3 100644 --- a/pkgs/os-specific/linux/kernel/linux-6.5.nix +++ b/pkgs/os-specific/linux/kernel/linux-6.5.nix @@ -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;