Upgrade kata-runtime to 3.16.0

This commit is contained in:
Denis Loginov 2025-05-05 16:21:51 -04:00
parent cbc3b4de20
commit d8b0ce1e40
No known key found for this signature in database
GPG key ID: C68ACC098C2067E9
2 changed files with 4 additions and 4 deletions

View file

@ -16,8 +16,8 @@ let
imageHash =
{
"x86_64-linux" = "sha256-6ySKAqrbHDRgVlI7wm2p4Uw96ZMzUpP00liujxlruSM=";
"aarch64-linux" = "sha256-pEPkDXT4OunfN2sGb8Ru05tFHaBsYUcmG5Iy7yH4kX8=";
"x86_64-linux" = "sha256-7xDc5Rr3rP36zS3kpM2QEqOCtmka3EAnts4Z1h8MNWY=";
"aarch64-linux" = "sha256-8nLHTPetEfIrdtrpiT9Czcpf0NhL97TZ2DXyeBL04LA=";
}
."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

View file

@ -11,7 +11,7 @@
}:
let
version = "3.7.0";
version = "3.16.0";
kata-images = callPackage ./kata-images.nix { inherit version; };
@ -34,7 +34,7 @@ buildGoModule rec {
owner = "kata-containers";
repo = "kata-containers";
rev = version;
hash = "sha256-Ir+/ZZJHm6E+044wczU3UvL+Py9Wprgw2QKJaYyDrKU=";
hash = "sha256-+SppAF77NbXlSrBGvIm40AmNC12GrexbX7fAPBoDAcs=";
};
sourceRoot = "${src.name}/src/runtime";