Unverified Commit 5b338b00 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

youki: 0.5.0 -> 0.5.1 (#384635)

parents e4dc5972 bc025648
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

rustPlatform.buildRustPackage rec {
  pname = "youki";
  version = "0.5.0";
  version = "0.5.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-UKdl6+NHDriQYDgZzdWnH07xneLB/40tpCKhaRhzriA=";
    hash = "sha256-cybh83mbTG5V1vb5WDWh0uozJa3fha2ciTGMvHOaEQk=";
  };

  nativeBuildInputs = [
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
  ];

  useFetchCargoVendor = true;
  cargoHash = "sha256-JI37KtuWLhFiusQTqKy2DpSdgTY4jNuzsEkoyhLPieI=";
  cargoHash = "sha256-7kiQNiOJrn1wQorzSXLcwTZLAImPw2SFOdteG9hibZ0=";

  meta = with lib; {
    description = "Container runtime written in Rust";