Commit 10526899 authored by R. RyanTM's avatar R. RyanTM
Browse files

youki: 0.5.7 -> 0.6.0

parent 23eae005
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";