firezone-headless-client: 1.5.3 -> 1.5.4 (#453081)
This commit is contained in:
@@ -6,15 +6,15 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "firezone-headless-client";
|
pname = "firezone-headless-client";
|
||||||
version = "1.5.3";
|
version = "1.5.4";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "firezone";
|
owner = "firezone";
|
||||||
repo = "firezone";
|
repo = "firezone";
|
||||||
tag = "headless-client-${version}";
|
tag = "headless-client-${version}";
|
||||||
hash = "sha256-Tu0Bq/Axj05dCRCd1eB7CiOXQ5n4i8hnE3ZiGCQ5ZdY=";
|
hash = "sha256-dVqZs5Xie9lc3F6wVMdxRHeoM7y/e9TvwjzfikenQ6w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-wlf+TtrRG7hHNav7WqLn2DSX9QkKFVzyiKP5CRdXlNY=";
|
cargoHash = "sha256-J2IqqFBuoTkbO0nMJbY680G2HTAtC1To/nMra2PCopY=";
|
||||||
sourceRoot = "${src.name}/rust";
|
sourceRoot = "${src.name}/rust";
|
||||||
buildAndTestSubdir = "headless-client";
|
buildAndTestSubdir = "headless-client";
|
||||||
RUSTFLAGS = "--cfg system_certs";
|
RUSTFLAGS = "--cfg system_certs";
|
||||||
|
|||||||
Reference in New Issue
Block a user