Merge pull request #260216 from ereslibre/bump-viceroy

viceroy: 0.8.1 -> 0.9.1
This commit is contained in:
Weijia Wang
2023-10-13 01:42:41 +02:00
committed by GitHub
+3 -3
View File
@@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "viceroy";
version = "0.8.1";
version = "0.9.1";
src = fetchFromGitHub {
owner = "fastly";
repo = pname;
rev = "v${version}";
hash = "sha256-DeKqLbgHmk6034ItyBzWRXLSeOj3+h49bzf9IX3Aa00=";
hash = "sha256-Z5poizMXp4xgn0Tx0E36rvueBx3dFL7++alewqG9E9w=";
};
buildInputs = lib.optional stdenv.isDarwin Security;
cargoHash = "sha256-g6XdHl/Jxa+kpIjvnaP/RtoByo5O4IDC+s8M4DfGU/8=";
cargoHash = "sha256-EbvEclXwQgNIYQ/ppbZGhT4v4rMSpreURg2OYhQ7dRI=";
cargoTestFlags = [
"--package viceroy-lib"