Merge pull request #125553 from fortuneteller2k/xanmod

linux_xanmod: 5.12.8 -> 5.12.10
This commit is contained in:
Sandro 2021-06-14 19:40:09 +02:00 committed by GitHub
commit 80819f182e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
let
version = "5.12.8";
version = "5.12.10";
suffix = "xanmod1-cacule";
in
buildLinux (args // rec {
@ -12,16 +12,13 @@ buildLinux (args // rec {
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256 = "sha256-i3exBrEKyTHM2Iq8AJEIHwaw6KJarfcahlm/pPxAhmo=";
extraPostFetch = ''
rm $out/.config
'';
sha256 = "sha256-DxWkknL8kgFmdI+jb5chVnWCz6oDKOw6iuT69zDaDNs=";
};
extraMeta = {
branch = "5.12-cacule";
maintainers = with lib.maintainers; [ fortuneteller2k ];
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
broken = stdenv.hostPlatform.isAarch64;
broken = stdenv.isAarch64;
};
} // (args.argsOverride or { }))