mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
Upgrade kata-runtime to 3.16.0
This commit is contained in:
parent
cbc3b4de20
commit
d8b0ce1e40
2 changed files with 4 additions and 4 deletions
|
@ -16,8 +16,8 @@ let
|
||||||
|
|
||||||
imageHash =
|
imageHash =
|
||||||
{
|
{
|
||||||
"x86_64-linux" = "sha256-6ySKAqrbHDRgVlI7wm2p4Uw96ZMzUpP00liujxlruSM=";
|
"x86_64-linux" = "sha256-7xDc5Rr3rP36zS3kpM2QEqOCtmka3EAnts4Z1h8MNWY=";
|
||||||
"aarch64-linux" = "sha256-pEPkDXT4OunfN2sGb8Ru05tFHaBsYUcmG5Iy7yH4kX8=";
|
"aarch64-linux" = "sha256-8nLHTPetEfIrdtrpiT9Czcpf0NhL97TZ2DXyeBL04LA=";
|
||||||
}
|
}
|
||||||
."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.7.0";
|
version = "3.16.0";
|
||||||
|
|
||||||
kata-images = callPackage ./kata-images.nix { inherit version; };
|
kata-images = callPackage ./kata-images.nix { inherit version; };
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ buildGoModule rec {
|
||||||
owner = "kata-containers";
|
owner = "kata-containers";
|
||||||
repo = "kata-containers";
|
repo = "kata-containers";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Ir+/ZZJHm6E+044wczU3UvL+Py9Wprgw2QKJaYyDrKU=";
|
hash = "sha256-+SppAF77NbXlSrBGvIm40AmNC12GrexbX7fAPBoDAcs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/src/runtime";
|
sourceRoot = "${src.name}/src/runtime";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue