3
0
Fork 0
forked from mirrors/nixpkgs

linux: 6.1.15 -> 6.1.16

This commit is contained in:
Maximilian Bosch 2023-03-10 12:20:03 +01:00
parent 67ca0e5422
commit 49009b03b8
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.1.15";
version = "6.1.16";
# 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 = "1zf48h34cz4chv0n12xlif0n7fdzbri2v8am1nn68bla2vidy5ic";
sha256 = "1id3dn0p724yp3n4wqk6bhs21yjhqihiilkagfh1am8bb1arr156";
};
} // (args.argsOverride or { }))