linux: 6.1.47 -> 6.1.49

This commit is contained in:
Raito Bezarius 2023-08-28 11:01:26 +02:00
parent e133821958
commit 385cbd7fc4

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.1.47";
version = "6.1.49";
# 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 = "1azwvlzyp1s2adm17ic0jfmv3ph70wqzycb8s96z9987y1m8pmck";
sha256 = "03vs0ncpxx12d2pm0glxa68lqkj17j69lcx9h8w6xjm43hii9sn9";
};
} // (args.argsOverride or { }))