diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2021-09-04 10:52:31 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-09-05 20:31:09 +0000 |
| commit | 40e25332a36ffd921ea595f8738e584250b7a3ef (patch) | |
| tree | 5783f4038c64a81bdf697b0e1c637c1f2e877643 | |
| parent | Merge #136685: thunderbird-91: patch an addon problem (diff) | |
| download | nixpkgs-40e25332a36ffd921ea595f8738e584250b7a3ef.tar.gz | |
linux_zen: 5.13.13-zen1 -> 5.14.1-zen1origin/backport-136752-to-release-21.05
(cherry picked from commit 1b4038bddfac009f0eccf516e4874219bfc331d2)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-zen.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-zen.nix b/pkgs/os-specific/linux/kernel/linux-zen.nix index 7750b776575c..b19b52132352 100644 --- a/pkgs/os-specific/linux/kernel/linux-zen.nix +++ b/pkgs/os-specific/linux/kernel/linux-zen.nix @@ -2,7 +2,7 @@ let # having the full version string here makes it easier to update - modDirVersion = "5.13.13-zen1"; + modDirVersion = "5.14.1-zen1"; parts = lib.splitString "-" modDirVersion; version = lib.elemAt parts 0; suffix = lib.elemAt parts 1; @@ -19,7 +19,7 @@ buildLinux (args // { owner = "zen-kernel"; repo = "zen-kernel"; rev = "v${modDirVersion}"; - sha256 = "sha256-aTTbhXy0wsDDCSbX1k27l9g3FliqwE6TbRq2zkI3mnw="; + sha256 = "sha256-InfDIs+eELLJE5aw7mD8Jo7SlrpeI/ZuD3z4TyFf7/k="; }; structuredExtraConfig = with lib.kernel; { |
