Unverified Commit c80808fc authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #233274 from r-ryantm/auto-update/viceroy

viceroy: 0.5.0 -> 0.5.1
parents 9c18013c db9ec6a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

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

  src = fetchFromGitHub {
    owner = "fastly";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-V4eNHs+g4uumdRTSMMAKFVcJGHUF/WdT0SScyfUPnC8=";
    hash = "sha256-OWvWi3mIgcWTnRMsnKgYqB9qzICBOmCcWenTfqhaz+k=";
  };

  buildInputs = lib.optional stdenv.isDarwin Security;

  cargoHash = "sha256-MxsYJPt7/4UmC5qSbGHyhK1pEDC6yKw189pHnP9BaXM=";
  cargoHash = "sha256-WwhoKHWZSOcocpqPqmSFYzNKxxXtpKpRreaPHqc+/40=";

  cargoTestFlags = [
    "--package viceroy-lib"