svix-server: 1.92.2 -> 1.96.1 (#518035)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-10 19:14:14 +00:00
committed by GitHub
+3 -3
View File
@@ -10,18 +10,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "svix-server";
version = "1.92.2";
version = "1.96.1";
src = fetchFromGitHub {
owner = "svix";
repo = "svix-webhooks";
rev = "v${finalAttrs.version}";
hash = "sha256-6PFD/b2Jc9VQIO+9LTkNldc+eq/6eG/2ZyixkSUh11U=";
hash = "sha256-NRzumAmgpqCfoLC0s6cAUcQYCFMFD6MElhDFpW79CQs=";
};
sourceRoot = "${finalAttrs.src.name}/server";
cargoHash = "sha256-n+VY0C8ekJu3JRhUCMiiBS/PeMJoqM054CkrD+LEq2o=";
cargoHash = "sha256-IZ3YPEU4QpTia3ekvr1AQDZCrg4xUmEj82ZU0y/dDzM=";
nativeBuildInputs = [ pkg-config ];