firezone-headless-client: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm 2025-08-13 14:52:57 +00:00
parent 64cf35ea43
commit c29107ab76

View File

@ -6,15 +6,15 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "firezone-headless-client"; pname = "firezone-headless-client";
version = "1.5.1"; version = "1.5.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "firezone"; owner = "firezone";
repo = "firezone"; repo = "firezone";
tag = "headless-client-${version}"; tag = "headless-client-${version}";
hash = "sha256-cN3+FO3hgqrElRh+ThZ0/rIdtVTVXUuNpQxV+7WISRo="; hash = "sha256-qApafuIakVlwBiKN0YaYm4KwZAmSqrtXftPEg+VwsJE=";
}; };
cargoHash = "sha256-bt/xscIqTlIoFmFP8XfH+7zoyG1DQzt+1CtsJlThstM="; cargoHash = "sha256-Fp3c3ot2ET3gWrqKs+TI4XXjIDFxcEFBBl7irZrsgmE=";
sourceRoot = "${src.name}/rust"; sourceRoot = "${src.name}/rust";
buildAndTestSubdir = "headless-client"; buildAndTestSubdir = "headless-client";
RUSTFLAGS = "--cfg system_certs"; RUSTFLAGS = "--cfg system_certs";