Skip to content

Commit

Permalink
packages/kata-kernel-uvm: 6.11 -> 6.13
Browse files Browse the repository at this point in the history
This updates the Kata kernel to the latest version.

Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Feb 6, 2025
1 parent 55c6535 commit 6e420fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/by-name/kata/kata-kernel-uvm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ let
in

linuxManualConfig rec {
version = "6.11";
version = "6.13";
modDirVersion = "${version}.0" + lib.optionalString withGPU "-nvidia-gpu-confidential";

# See https://github.com/kata-containers/kata-containers/blob/5f11c0f144037d8d8f546c89a0392dcd84fa99e2/versions.yaml#L198-L201
src = fetchurl {
url = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version}.tar.xz";
hash = "sha256-VdLGwCXrwngQx0jWYyXdW8YB6NMvhYHZ53ZzUpvayy4=";
hash = "sha256-553Mbrhmlca6v7B8KGGRK2NdUHXGzRzQVn0eoVX4DW4=";
};

kernelPatches = [
Expand Down

0 comments on commit 6e420fc

Please sign in to comment.