linux_6_4: 6.4 -> 6.4.1

https://lwn.net/Articles/937080/
This commit is contained in:
Raito Bezarius 2023-07-02 01:06:30 +02:00 committed by Maximilian Bosch
parent 25f6f293c8
commit bcd5fbf074
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.4";
version = "6.4.1";
# 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 = "sha256-j6BYjwws7KRMrHeg45ukjJ8AprncaXYcAqXT76yNp/M=";
sha256 = "sha256-DZ2qnxwXb7E7lEf249gOgrSQQ/DTRMJHu/CbTmJb7vM=";
};
} // (args.argsOverride or { }))