packages/linux-lava: bump to 6.14.7

This commit is contained in:
github-actions[bot] 2025-05-19 01:57:24 +00:00 committed by LavaDesu
parent e82fcc0c4c
commit 88b4fca28a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,8 +1,8 @@
{ fetchFromGitHub, inputs, lib }:
let
version = "6.14.4";
version = "6.14.7";
kernelHash = "0w3nqh02vl8f2wsx3fmsvw1pdsnjs5zfqcmv2w2vnqdiwy1vd552";
kernelPatchHash = "0axc23wm9m51f7cq1908i0gwzgkq1cm3aq9ndl3hm3wgbvi5rkb4";
kernelPatchHash = "05a5srmb27gqyv49mxy3rmlxgiinacwbyzmig1hk313m0wl88av3";
mm = lib.versions.majorMinor version;
hasPatch = (builtins.length (builtins.splitVersion version)) == 3;