We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17032ed commit fd68ab5Copy full SHA for fd68ab5
packages/by-name/kata/kernel-uvm/package.nix
@@ -84,13 +84,13 @@ let
84
in
85
86
linuxManualConfig rec {
87
- version = "6.16.7";
+ version = "6.18.5";
88
modDirVersion = "${version}" + lib.optionalString withGPU "-nvidia-gpu-confidential";
89
90
# See https://github.com/kata-containers/kata-containers/blob/5f11c0f144037d8d8f546c89a0392dcd84fa99e2/versions.yaml#L198-L201
91
src = fetchurl {
92
url = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version}.tar.xz";
93
- hash = "sha256-W+PaoflCexvbNMSJTZwa36w4z/Z0N2/gYRowZXKaGoE=";
+ hash = "sha256-GJ0fQJzvjQ0jQhDgRZUXLfOS+MspfhS0R+2Vcg4v2UA=";
94
};
95
96
kernelPatches = [
0 commit comments