svix-server: 1.75.0 -> 1.76.1 (#441307)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-11 18:58:07 +00:00
committed by GitHub
+3 -3
View File
@@ -10,18 +10,18 @@
rustPlatform.buildRustPackage rec {
pname = "svix-server";
version = "1.75.0";
version = "1.76.1";
src = fetchFromGitHub {
owner = "svix";
repo = "svix-webhooks";
rev = "v${version}";
hash = "sha256-rZQWExWPoSQLmL79QGPU6GJ/Z5JEHBRPSGH2A4TsA94=";
hash = "sha256-9ClWC/OHdijmQzKig/o6WhJ9mjlE6pLwvrRKzuO0l3g=";
};
sourceRoot = "${src.name}/server";
cargoHash = "sha256-aTc4MmwesI8B26lv/1hifSXvrvWeW+UheIl8FN1/mes=";
cargoHash = "sha256-fOUPaU/1+FvL9hSzWQVouAXmCjI6ppOjJqtgM4+cXf8=";
nativeBuildInputs = [ pkg-config ];