3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #143268 from lovesegfault/linux_xanmod-5.14.15

linuxKernel.kernels.linux_xanmod: 5.14.14-2 -> 5.14.15-1
This commit is contained in:
Bernardo Meurer 2021-10-30 15:22:51 -07:00 committed by GitHub
commit 7cc7ba9d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
let
version = "5.14.14";
release = "2";
version = "5.14.15";
release = "1";
suffix = "xanmod${release}-cacule";
in
buildLinux (args // rec {
@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "xanmod";
repo = "linux";
rev = modDirVersion;
sha256 = "sha256-zjFfxb/Q4fc7gE4+ZPErc2hoPXb1rGVftc9fy76BE/8=";
sha256 = "sha256-Z0A2D2t9rDUav4VpG3XdI13LConfWWs7PtsVfLyEQI8=";
};
structuredExtraConfig = with lib.kernel; {