Merge pull request #138067 from Kranzes/update-xanmod

linux_xanmod: 5.14.3 -> 5.14.4

authored by

Bernardo Meurer and committed by
GitHub
b173e70e 961bdced

+2 -2
+2 -2
pkgs/os-specific/linux/kernel/linux-xanmod.nix
··· 1 1 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args: 2 2 3 3 let 4 - version = "5.14.3"; 4 + version = "5.14.4"; 5 5 release = "1"; 6 6 suffix = "xanmod${release}-cacule"; 7 7 in ··· 13 13 owner = "xanmod"; 14 14 repo = "linux"; 15 15 rev = modDirVersion; 16 - sha256 = "sha256-nl8DktW2TsV20ii/f41TsSotE/yBRBH3SYlWKLsfT50="; 16 + sha256 = "sha256-cRm5LVAIKQalcJS00ZM4cQHAiStGOQC+IfWsuPNi4UY="; 17 17 }; 18 18 19 19 structuredExtraConfig = with lib.kernel; {