viceroy: 0.6.0 -> 0.6.1

This commit is contained in:
Rafael Fernández López 2023-08-04 16:50:14 +02:00
parent 0c02867fd9
commit bcef1ed4d4
No known key found for this signature in database
GPG Key ID: A07C55EEE4CCE570

View File

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