firezone-gateway: 1.4.9 -> 1.4.10 (#414330)

Co-authored-by: oddlama <oddlama@oddlama.org>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-07 09:44:15 +00:00 committed by GitHub
commit 6dbd508802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "firezone-gateway"; pname = "firezone-gateway";
version = "1.4.9"; version = "1.4.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "firezone"; owner = "firezone";
repo = "firezone"; repo = "firezone";
tag = "gateway-${version}"; tag = "gateway-${version}";
hash = "sha256-JfsOiNTwwpO998mKA1ZGZTdZfzOgP6AKBkg8cuaqKr0="; hash = "sha256-3iU7AHu3GupqiZEDkuOEb+rFPA2KB1fjVNX1BY4abXc=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-Ok+pyGG5VHJbsKenKBr0mM1XRoOiAso0ebeQ5hDuwjM="; cargoHash = "sha256-p2zLhLFL6NbHvVojQU5+1amf+Kh0jRAbIESPt2vqWwg=";
sourceRoot = "${src.name}/rust"; sourceRoot = "${src.name}/rust";
buildAndTestSubdir = "gateway"; buildAndTestSubdir = "gateway";
RUSTFLAGS = "--cfg system_certs"; RUSTFLAGS = "--cfg system_certs";