svix-server: 1.71.0 -> 1.73.0 (#434808)

Co-authored-by: techknowlogick <hello@techknowlogick.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-18 22:03:31 +00:00
committed by GitHub

View File

@@ -10,18 +10,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "svix-server"; pname = "svix-server";
version = "1.71.0"; version = "1.73.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "svix"; owner = "svix";
repo = "svix-webhooks"; repo = "svix-webhooks";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-LwU3Bfz/J2bsmaDrIBafHNELlU7mEXSSN6Vy+wslCrw="; hash = "sha256-Gx8fvOkoTznj3tvJOhn6lVRlf0lWcAgBm9oE7L8pxTs=";
}; };
sourceRoot = "${src.name}/server"; sourceRoot = "${src.name}/server";
cargoHash = "sha256-c3pQ6CSvzp8qkuLqWBDF5IZueqwRbjciu0QcG9uO4Vo="; cargoHash = "sha256-LQefLUSoKQOeAgqhb/HT554j/xEaNvnKzmCOKHTRXq8=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];