Merge pull request #138632 from Atemu/update/linux_lqx

authored by

Sandro and committed by
GitHub
7ecc0a01 c95fcfc6

+4 -4
+4 -4
pkgs/os-specific/linux/kernel/linux-lqx.nix
··· 1 1 { lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args: 2 2 3 3 let 4 - version = "5.13.15"; 5 - suffix = "lqx1"; 4 + version = "5.14.6"; 5 + suffix = "lqx4"; 6 6 in 7 7 8 8 buildLinux (args // { ··· 14 14 owner = "zen-kernel"; 15 15 repo = "zen-kernel"; 16 16 rev = "v${version}-${suffix}"; 17 - sha256 = "sha256-YDdBOB49NkX2V+lA7JeKRXfpo81/MSoLDOsPjphhBJA="; 17 + sha256 = "sha256-arje/B/oXW/2QUHKi1vJ2n20zNbri1bcMU58mE0evOM="; 18 18 }; 19 19 20 20 extraMeta = { 21 - branch = "5.13/master"; 21 + branch = "5.14/master"; 22 22 maintainers = with lib.maintainers; [ atemu ]; 23 23 description = linux_zen.meta.description + " (Same as linux_zen but less aggressive release schedule)"; 24 24 };