svix-server: 1.38.0 -> 1.40.0 (#356034)

This commit is contained in:
Aleksana 2024-11-27 21:26:54 +08:00 committed by GitHub
commit 0db7473448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 575 additions and 666 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,13 +3,13 @@
rustPlatform.buildRustPackage rec {
pname = "svix-server";
version = "1.38.0";
version = "1.40.0";
src = fetchFromGitHub {
owner = "svix";
repo = "svix-webhooks";
rev = "v${version}";
hash = "sha256-gi6Jm0tf1lP10UYpouCleN32K71upYOudxjOoRgsGLg=";
hash = "sha256-3rUyfFtsDOqJYwTipor1YSCdP+9ORYWmzl5Tt3/Kung=";
};
sourceRoot = "${src.name}/server";
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
lockFile = ./Cargo.lock;
outputHashes = {
"hyper-0.14.28" = "sha256-4HGGpM9Ce3l3EJnu5XsGfqhrD9EykpR+ihEJlSZc03Q=";
"omniqueue-0.2.1" = "sha256-ql3KJRs0SfLdo75vF2HlZT2zRDamDrORsWmK+Oj7m1Q=";
"omniqueue-0.2.1" = "sha256-ab0/WO45m1A56EUY8nLUuxKI9NZqjDar9Y0ua77UCi8=";
};
};