packages/linux-lava: bump to 6.15.6

This commit is contained in:
github-actions[bot] 2025-07-17 02:03:38 +00:00 committed by LavaDesu
parent 0b138f3148
commit b05012d8c9
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,8 +1,8 @@
{ fetchFromGitHub, inputs, lib }:
let
version = "6.15.4";
version = "6.15.6";
kernelHash = "0r4ppfd5kwvj24bjig92hxa18lmjgy9gqvh5qknfffw08wjrd1km";
kernelPatchHash = "0babwlbmjxh9sv2qnh6s5d06965gdbk7v5dmaq7428sps9dyvmb4";
kernelPatchHash = "1cc7y3llnf50fb0vqa4689hybfgpyzd93s2w3lxyaxbpvll71snv";
mm = lib.versions.majorMinor version;
hasPatch = (builtins.length (builtins.splitVersion version)) == 3;