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

viceroy: 0.5.0 -> 0.5.1
This commit is contained in:
figsoda
2023-05-21 15:44:28 -04:00
committed by GitHub

View File

@@ -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"