diff options
| author | Roman Volosatovs <rvolosatovs@riseup.net> | 2021-08-09 21:31:04 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-11 16:55:23 +0000 |
| commit | 9485d3ab3b7f1f980520fe9779711bb3fe91cab8 (patch) | |
| tree | 4c0e54f0cbb7fb18fc924744694b8dd6612d8827 | |
| parent | Merge pull request #133518 from NixOS/backport-133482-to-release-21.05 (diff) | |
| download | nixpkgs-9485d3ab3b7f1f980520fe9779711bb3fe91cab8.tar.gz | |
linux_zen: 5.13.7 -> 5.13.9
(cherry picked from commit a9bf9c44e516f1097cb3d13e62293bf14669560c)
| -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 2b91a259232b..712f3f08895a 100644 --- a/pkgs/os-specific/linux/kernel/linux-zen.nix +++ b/pkgs/os-specific/linux/kernel/linux-zen.nix @@ -1,7 +1,7 @@ { lib, fetchFromGitHub, buildLinux, ... } @ args: let - version = "5.13.7"; + version = "5.13.9"; suffix = "zen1"; in @@ -14,7 +14,7 @@ buildLinux (args // { owner = "zen-kernel"; repo = "zen-kernel"; rev = "v${version}-${suffix}"; - sha256 = "sha256-ZvB5Ejt9MXP4QK5cj9CGQgFJIfDV03IW5xcknCxDui0="; + sha256 = "sha256-RuY6ZIIKU56R+IGMtQDV6mIubGDqonRpsIdlrpAHFXM="; }; structuredExtraConfig = with lib.kernel; { |
