youki: 0.5.4 -> 0.5.5 (#433656)

This commit is contained in:
Nick Cao 2025-08-15 15:45:26 -04:00 committed by GitHub
commit ee127182d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "youki";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "containers";
repo = "youki";
rev = "v${version}";
hash = "sha256-tWe5EPodO+slp+K7mn9UTVApNdiDRPMsOa9RfiT9qQw=";
hash = "sha256-r8/H/qTPBoNubg3f4+WC8lBkQXpdEE8Dapt2sGoFcTc=";
};
nativeBuildInputs = [
@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
"youki"
];
cargoHash = "sha256-YM4D2DDXc9o4ak2DT36IeXpYykA/9R7PPqmIXkZ9aDs=";
cargoHash = "sha256-S2Cv7k4ine9/VbY2r8BSRwqVBtuqX55RYglm9W+LXvc=";
meta = {
description = "Container runtime written in Rust";