Merge pull request #173313 from Atemu/update/xanmod

xanmod-kernels: update
This commit is contained in:
Artturi 2022-05-18 04:50:54 +03:00 committed by GitHub
commit 9d1596b964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,15 @@
let let
stableVariant = { stableVariant = {
version = "5.15.34"; version = "5.15.40";
suffix = "xanmod1"; suffix = "xanmod1";
hash = "sha256-sfrcaFhrdvupygXvajGyl6ruuBu+vFsAKjLyINyV3pw="; hash = "sha256-P9pRPfzBVQNhWp6ulDiBgV/ki2C0CTbIRV6KRhUD+vQ=";
}; };
edgeVariant = { edgeVariant = {
version = "5.17.2"; version = "5.17.8";
suffix = "xanmod1"; suffix = "xanmod1";
hash = "sha256-DK6yFZewqmr/BXFW5tqKXtWb1OLfqokZRQLOQxvBg6Q="; hash = "sha256-Q8YmBeocolr6Ds2inwV299Td6/zE8RTA1SWve5ZykAs=";
}; };
xanmodKernelFor = { version, suffix, hash }: buildLinux (args // rec { xanmodKernelFor = { version, suffix, hash }: buildLinux (args // rec {
@ -69,7 +69,7 @@ let
extraMeta = { extraMeta = {
branch = lib.versions.majorMinor version; branch = lib.versions.majorMinor version;
maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault ]; maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault atemu ];
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience"; description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
broken = stdenv.isAarch64; broken = stdenv.isAarch64;
}; };