Merge pull request #181684 from xrelkd/update/boringtun

boringtun: 0.5.0 -> 0.5.1

authored by Mario Rodas and committed by GitHub 222134ff 4aca31fd

+4 -4
+4 -4
pkgs/tools/networking/boringtun/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "boringtun"; 5 - version = "0.5.0"; 6 7 src = fetchFromGitHub { 8 owner = "cloudflare"; 9 repo = pname; 10 - rev = "v${version}"; 11 - sha256 = "sha256-TE+K7eJ+yetLliZ5k+iyxeBBRIgCAidFhpCey+yEoA0="; 12 }; 13 14 - cargoSha256 = "sha256-zIosLh+F0UoTVoLwiQ71lHLLp7bMrLXIueMRF95Y7dg="; 15 16 buildInputs = lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "boringtun"; 5 + version = "0.5.1"; 6 7 src = fetchFromGitHub { 8 owner = "cloudflare"; 9 repo = pname; 10 + rev = "boringtun-cli-${version}"; 11 + sha256 = "sha256-s7Nl95VShBMD4Zid2LeRPftSx5R2G+4tHBXgrC1I7vU="; 12 }; 13 14 + cargoSha256 = "sha256-308zydrhOZS5h16DEp9ctrhtB2bv9Tmwutgj5+uc4Lw="; 15 16 buildInputs = lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security; 17