mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
Merge pull request #120850 from fortuneteller2k/update-xanmod-512
linux_xanmod: 5.11.16 -> 5.12.5
This commit is contained in:
commit
e5c6f35030
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.11.16";
|
version = "5.12.5";
|
||||||
suffix = "xanmod1-cacule";
|
suffix = "xanmod1-cacule";
|
||||||
in
|
in
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
@ -12,14 +12,14 @@ in
|
|||||||
owner = "xanmod";
|
owner = "xanmod";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = modDirVersion;
|
rev = modDirVersion;
|
||||||
sha256 = "sha256-sK2DGJsmKP/gvPyT8HWjPa21OOXydMhGjJzrOkPo71Q=";
|
sha256 = "sha256-u9ebl2M8zrCNdangcUdk/78KwPCYV41PIB6YKTqCgIY=";
|
||||||
extraPostFetch = ''
|
extraPostFetch = ''
|
||||||
rm $out/.config
|
rm $out/.config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
extraMeta = {
|
extraMeta = {
|
||||||
branch = "5.11";
|
branch = "5.12-cacule";
|
||||||
maintainers = with lib.maintainers; [ fortuneteller2k ];
|
maintainers = with lib.maintainers; [ fortuneteller2k ];
|
||||||
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.hostPlatform.isAarch64;
|
broken = stdenv.hostPlatform.isAarch64;
|
||||||
|
Loading…
Reference in New Issue
Block a user