Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6

linux_xanmod: 5.13.5 -> 5.13.7

authored by

Bernardo Meurer and committed by
GitHub
57ad08a0 aaf9676f

+4 -3
+4 -3
pkgs/os-specific/linux/kernel/linux-xanmod.nix
··· 1 1 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args: 2 2 3 3 let 4 - version = "5.13.5"; 5 - suffix = "xanmod1-cacule"; 4 + version = "5.13.7"; 5 + release = "1"; 6 + suffix = "xanmod${release}-cacule"; 6 7 in 7 8 buildLinux (args // rec { 8 9 inherit version; ··· 12 13 owner = "xanmod"; 13 14 repo = "linux"; 14 15 rev = modDirVersion; 15 - sha256 = "sha256-Vhshu3mNkQ58TEOUBOuF7jLBlablxg/BioUyd96lI5g="; 16 + sha256 = "sha256-6SppDriZWzLu6Qye1e6ciiE+Ro63vDyabxfgWS/PTSo="; 16 17 }; 17 18 18 19 structuredExtraConfig = with lib.kernel; {