mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #173313 from Atemu/update/xanmod
xanmod-kernels: update
This commit is contained in:
commit
9d1596b964
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user