linux_xanmod: 5.13.5 -> 5.13.6

This commit is contained in:
Bernardo Meurer 2021-07-30 10:19:52 -07:00
parent 839c8785ba
commit 5d0f0a980a
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -1,8 +1,9 @@
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
let
version = "5.13.5";
suffix = "xanmod1-cacule";
version = "5.13.6";
release = "2";
suffix = "xanmod${release}-cacule";
in
buildLinux (args // rec {
inherit version;
@ -12,7 +13,7 @@ buildLinux (args // rec {
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256 = "sha256-Vhshu3mNkQ58TEOUBOuF7jLBlablxg/BioUyd96lI5g=";
sha256 = "sha256-sSsCgDBDFiQADHE+ZRqrMKVyGDwynirPU3NA2Olgpko=";
};
structuredExtraConfig = with lib.kernel; {