youki: 0.5.7 -> 0.6.0

This commit is contained in:
R. Ryantm 2026-02-25 18:26:28 +00:00
parent 23eae0051a
commit 105268995d

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";