Skip to content

Commit fd68ab5

Browse files
committed
kata.kernel-uvm: 6.16.7 -> 6.18.5
1 parent 17032ed commit fd68ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/by-name/kata/kernel-uvm/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ let
8484
in
8585

8686
linuxManualConfig rec {
87-
version = "6.16.7";
87+
version = "6.18.5";
8888
modDirVersion = "${version}" + lib.optionalString withGPU "-nvidia-gpu-confidential";
8989

9090
# See https://github.com/kata-containers/kata-containers/blob/5f11c0f144037d8d8f546c89a0392dcd84fa99e2/versions.yaml#L198-L201
9191
src = fetchurl {
9292
url = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version}.tar.xz";
93-
hash = "sha256-W+PaoflCexvbNMSJTZwa36w4z/Z0N2/gYRowZXKaGoE=";
93+
hash = "sha256-GJ0fQJzvjQ0jQhDgRZUXLfOS+MspfhS0R+2Vcg4v2UA=";
9494
};
9595

9696
kernelPatches = [

0 commit comments

Comments
 (0)