viceroy: 0.12.4 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-04-17 18:46:22 +00:00
parent 181423e7a8
commit 5a39aa326f
+3 -3
View File
@@ -8,19 +8,19 @@
rustPlatform.buildRustPackage rec {
pname = "viceroy";
version = "0.12.4";
version = "0.13.0";
src = fetchFromGitHub {
owner = "fastly";
repo = pname;
rev = "v${version}";
hash = "sha256-mx6zqSuSePvBf7AL807+CzhST5wpmGuuRgFYvhD08Vo=";
hash = "sha256-DeViAqL+7mta/wH7rLyltOCtHCTFXZczn2vAL1k+R2Y=";
};
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
useFetchCargoVendor = true;
cargoHash = "sha256-jW7iWe3hYNeEv5kagTQQK4GIgQQ/mbLhL1cxGJtn9n8=";
cargoHash = "sha256-LBJD1w8/jLw5xYdHxR+EM2Cb4eVFpRw+M/K7K4Z0OUw=";
cargoTestFlags = [
"--package viceroy-lib"