svix-server: 1.86.0 -> 1.90.0

This commit is contained in:
R. Ryantm
2026-04-06 02:46:26 +00:00
parent 1b6c7982dd
commit b5a87b654b
+3 -3
View File
@@ -10,18 +10,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "svix-server";
version = "1.86.0";
version = "1.90.0";
src = fetchFromGitHub {
owner = "svix";
repo = "svix-webhooks";
rev = "v${finalAttrs.version}";
hash = "sha256-kpk9jQPG13K54k/Rgcw7Cre2PEWjnoU/7meT9NlalT0=";
hash = "sha256-KghNfnss1+OK5GLJww1/TH7ogmnyOrjqmHlnQG8R9cE=";
};
sourceRoot = "${finalAttrs.src.name}/server";
cargoHash = "sha256-Eyl3yk+E/FXIlt/O5HPGxZxm+FffQ6pt+h5cj7r4L8M=";
cargoHash = "sha256-sQUSFK6kITFkxnlp3m0kvhh24/TNTuGdLA6IOH2iSwU=";
nativeBuildInputs = [ pkg-config ];