viceroy: 0.9.4 -> 0.9.5

This commit is contained in:
Rafael Fernández López 2024-03-15 22:54:18 +01:00
parent 24025052f8
commit ccb24c0015

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "viceroy";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitHub {
owner = "fastly";
repo = pname;
rev = "v${version}";
hash = "sha256-0eihk5zekp7sJ8fj1P0FT/JXWZ79j0U/hw5fjlbAJEo=";
hash = "sha256-FdAUcKey3FamMWKKVDCL+ndXC4bBZHo1om9IUeLMZkA=";
};
buildInputs = lib.optional stdenv.isDarwin Security;
cargoHash = "sha256-pSFeBA3ux90bCX9iIW6aTGMCytWW/euYHpYppIJoYGc=";
cargoHash = "sha256-+zlRLs/m9ThiBgzKWkIpUIL3jWMz/o+hD0m0Vks4HzY=";
cargoTestFlags = [
"--package viceroy-lib"