linux_6_1: 6.1.36 -> 6.1.37

https://lwn.net/Articles/937082/
This commit is contained in:
Raito Bezarius
2023-07-05 12:12:01 +02:00
committed by Maximilian Bosch
parent 7f0bc68c32
commit b65cfaf1eb
+2 -2
View File
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.1.36";
version = "6.1.37";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = versions.pad 3 version;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
sha256 = "0szyiah4avicqvlmadjxyh3i9b0xi9ipqjg1qrqgzf9h1wq0xjnq";
hash = "sha256-RsrXEtJhojyOSDo7ebaoS5pfcxqJIckSffNa41zvHoA=";
};
} // (args.argsOverride or { }))