viceroy: 0.9.3 -> 0.9.4

This commit is contained in:
Rafael Fernández López 2024-02-22 19:33:05 +01:00
parent 3e4736c418
commit 70756b6b02
No known key found for this signature in database
GPG Key ID: A07C55EEE4CCE570

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "viceroy"; pname = "viceroy";
version = "0.9.3"; version = "0.9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fastly"; owner = "fastly";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-LOm4d6SV5rlb7NovhSp7V0JIaOfHIZOqeIcpIvTsZsA="; hash = "sha256-0eihk5zekp7sJ8fj1P0FT/JXWZ79j0U/hw5fjlbAJEo=";
}; };
buildInputs = lib.optional stdenv.isDarwin Security; buildInputs = lib.optional stdenv.isDarwin Security;
cargoHash = "sha256-Pz+jA4uC/40mj5Jn/lB+XcoN/QSD23iLwsEowTUI0pg="; cargoHash = "sha256-pSFeBA3ux90bCX9iIW6aTGMCytWW/euYHpYppIJoYGc=";
cargoTestFlags = [ cargoTestFlags = [
"--package viceroy-lib" "--package viceroy-lib"