svix-server: 1.40.0 -> 1.62.0 (#393785)

Co-authored-by: techknowlogick <hello@techknowlogick.com>

authored by nixpkgs-merge-bot[bot] techknowlogick and committed by GitHub 836d6df8 5dd798be

+3 -3
+3 -3
pkgs/by-name/sv/svix-server/package.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "svix-server"; 14 - version = "1.40.0"; 15 16 src = fetchFromGitHub { 17 owner = "svix"; 18 repo = "svix-webhooks"; 19 rev = "v${version}"; 20 - hash = "sha256-3rUyfFtsDOqJYwTipor1YSCdP+9ORYWmzl5Tt3/Kung="; 21 }; 22 23 sourceRoot = "${src.name}/server"; 24 25 useFetchCargoVendor = true; 26 - cargoHash = "sha256-0HxKL59IQFrospD/IkTP7+16u5ZEtOMiDn8cK1DpLXA="; 27 28 nativeBuildInputs = [ pkg-config ]; 29
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "svix-server"; 14 + version = "1.62.0"; 15 16 src = fetchFromGitHub { 17 owner = "svix"; 18 repo = "svix-webhooks"; 19 rev = "v${version}"; 20 + hash = "sha256-ft08skfLASgfZo3lrlN+nuF2FK78kEm2geRVg8cO5hM="; 21 }; 22 23 sourceRoot = "${src.name}/server"; 24 25 useFetchCargoVendor = true; 26 + cargoHash = "sha256-0GuTIGWGeP7CG+CijjlRW9SPKfp7rPuZVuClLZC25dk="; 27 28 nativeBuildInputs = [ pkg-config ]; 29