boringtun: 0.4.0 -> 0.5.0

This commit is contained in:
xrelkd 2022-07-12 22:50:07 +08:00
parent b3d94a9273
commit bd97387c0e
No known key found for this signature in database
GPG Key ID: BAB7A457C1D1D6B3

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "boringtun";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fZchh02CsVC5sdnR3blojslsKi7OxFcblHMuyuHsH/4=";
sha256 = "sha256-TE+K7eJ+yetLliZ5k+iyxeBBRIgCAidFhpCey+yEoA0=";
};
cargoSha256 = "sha256-iJbzvhRPVDHXqianQ6UbmYEfmZCS/obxFZV/PsJMhD0=";
cargoSha256 = "sha256-zIosLh+F0UoTVoLwiQ71lHLLp7bMrLXIueMRF95Y7dg=";
buildInputs = lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;