Merge pull request #314585 from NixOS/backport-314469-to-release-24.05

[Backport release-24.05] viceroy: 0.9.6 -> 0.9.7
This commit is contained in:
Nick Cao 2024-05-25 11:57:58 -04:00 committed by GitHub
commit 4dab92a437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "viceroy";
version = "0.9.6";
version = "0.9.7";
src = fetchFromGitHub {
owner = "fastly";
repo = pname;
rev = "v${version}";
hash = "sha256-tJLx/dts7C5yupJX2jkRiAQumlPtlg2HzFx11jQczzE=";
hash = "sha256-oPeHu/EVcGFE7sSwmMWHnT+xAxayZlfyIk/sM64Q+Hw=";
};
buildInputs = lib.optional stdenv.isDarwin Security;
cargoHash = "sha256-LMdi1Xx6Tq8q+DQHpNDwmtQO+8hiVXjEP7fDIpbN2DU=";
cargoHash = "sha256-z24qvgej2bWq0T4OgRnALJda4xGf5/s1O4ij2igCeyU=";
cargoTestFlags = [
"--package viceroy-lib"