linux_xanmod: 5.13.13 -> 5.14.3

This commit is contained in:
Ilan Joselevich 2021-09-02 23:35:52 +03:00
parent 3e25f7feaa
commit 4b0699e5d0

View File

@ -1,7 +1,7 @@
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
let
version = "5.13.13";
version = "5.14.3";
release = "1";
suffix = "xanmod${release}-cacule";
in
@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256 = "sha256-qRJuTkTmsKbCCGrzq62o+1RrvTGM74p4mqy9AQ8hvD0=";
sha256 = "sha256-nl8DktW2TsV20ii/f41TsSotE/yBRBH3SYlWKLsfT50=";
};
structuredExtraConfig = with lib.kernel; {
@ -53,7 +53,7 @@ buildLinux (args // rec {
};
extraMeta = {
branch = "5.13-cacule";
branch = "5.14-cacule";
maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault ];
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
broken = stdenv.isAarch64;