youki: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2024-09-04 15:07:47 +00:00
parent 13d99034dc
commit e59a8b89dd

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "youki";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-dkVnNtBfvjf47p1N5/syHqjlDVnbKRDqNJ98ym5B+mg=";
hash = "sha256-vXYoLjmPiK2f6Yg5YGTp76hmawnbfcnMOOppsWwKtAk=";
};
nativeBuildInputs = [
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
"youki"
];
cargoHash = "sha256-Nv1LAkWYwWb0Izvd7UlKU4wx3vVkmO9Rcpt6AuTwObU=";
cargoHash = "sha256-s8L/L3be5fRahDiLKnHQcU52F+AJVr7Q3uL8mcloVv8=";
meta = with lib; {
description = "Container runtime written in Rust";