Merge pull request #244224 from ereslibre/bump-viceroy-0.6.0

viceroy: 0.5.1 -> 0.6.0
This commit is contained in:
Jonas Heinrich 2023-07-19 14:46:20 +02:00 committed by GitHub
commit cda88090de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "viceroy";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "fastly";
repo = pname;
rev = "v${version}";
hash = "sha256-OWvWi3mIgcWTnRMsnKgYqB9qzICBOmCcWenTfqhaz+k=";
hash = "sha256-lFDhiBgJFCXE7/BzCuNFPmP8PYHCqu6jYqRNa+M4J8Q=";
};
buildInputs = lib.optional stdenv.isDarwin Security;
cargoHash = "sha256-WwhoKHWZSOcocpqPqmSFYzNKxxXtpKpRreaPHqc+/40=";
cargoHash = "sha256-HJXCNjWjO1GWIP46kqvq8mZVlYVvlG9ahxScpG3rfTA=";
cargoTestFlags = [
"--package viceroy-lib"