Unverified Commit 35dbcfa3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

viceroy: 0.12.4 -> 0.13.0 (#399542)

parents 58d9d19c 5a39aa32
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,19 +8,19 @@

rustPlatform.buildRustPackage rec {
  pname = "viceroy";
  version = "0.12.4";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "fastly";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-mx6zqSuSePvBf7AL807+CzhST5wpmGuuRgFYvhD08Vo=";
    hash = "sha256-DeViAqL+7mta/wH7rLyltOCtHCTFXZczn2vAL1k+R2Y=";
  };

  buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;

  useFetchCargoVendor = true;
  cargoHash = "sha256-jW7iWe3hYNeEv5kagTQQK4GIgQQ/mbLhL1cxGJtn9n8=";
  cargoHash = "sha256-LBJD1w8/jLw5xYdHxR+EM2Cb4eVFpRw+M/K7K4Z0OUw=";

  cargoTestFlags = [
    "--package viceroy-lib"