youki: 0.5.7 -> 0.6.0 (#494114)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-26 08:03:09 +00:00
committed by GitHub
+3 -3
View File
@@ -13,13 +13,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "youki";
version = "0.5.7";
version = "0.6.0";
src = fetchFromGitHub {
owner = "containers";
repo = "youki";
rev = "v${finalAttrs.version}";
hash = "sha256-b2R9/ADoZfRSu1Qh7hImR1Y+ZX15Uhk7JFwD8ipec6o=";
hash = "sha256-O5tk/W2Bybq+6aY7FX/AcJtBKWEYI2Ywk7vYLqvuFos=";
};
nativeBuildInputs = [
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"youki"
];
cargoHash = "sha256-R/1wE7twjMwlSns7ZV5nr8PZ/OzghcslvU+0Ic/oamQ=";
cargoHash = "sha256-QOugjSoJVqeiRfpzyuD6nFsBUdlfJLvbXavXFyiHWSo=";
meta = {
description = "Container runtime written in Rust";