lightway: 0-unstable-2025-09-04 -> 0-unstable-2025-09-19 (#443524)

authored by Florian Klink and committed by GitHub c140e2bd 24e2aa35

+8 -8
+8 -8
pkgs/by-name/li/lightway/package.nix
··· 10 11 rustPlatform.buildRustPackage { 12 pname = "lightway"; 13 - version = "0-unstable-2025-09-04"; 14 15 src = fetchFromGitHub { 16 owner = "expressvpn"; 17 repo = "lightway"; 18 - rev = "4eb836158607c83d47226703de5a043519586782"; 19 - hash = "sha256-sNhTdJTxNxHMVswyzizgBfGbmJhYmMZY/5nVD7ScLjM="; 20 }; 21 22 - cargoHash = "sha256-3/6yEyGntyxxCqrMy2M9dtV2pWiD4M0Rtnb52I4n9nU="; 23 - cargoDepsName = "lightway"; 24 25 cargoBuildFlags = lib.cli.toGNUCommandLine { } { 26 package = [ ··· 33 ]; 34 }; 35 36 - # Some tests rely on debug_assert! and fail in release. 37 - # https://github.com/expressvpn/lightway/issues/274 38 - checkType = "debug"; 39 40 # For wolfSSL. 41 nativeBuildInputs = [
··· 10 11 rustPlatform.buildRustPackage { 12 pname = "lightway"; 13 + version = "0-unstable-2025-09-19"; 14 15 src = fetchFromGitHub { 16 owner = "expressvpn"; 17 repo = "lightway"; 18 + rev = "dac72eb8af0994de020d71d24114717ecfb9804d"; 19 + hash = "sha256-oHxHJ4D/Xg/zAFiI0bMX3Dc05HXIjk+ZHuGY03cwY+c="; 20 }; 21 22 + cargoHash = "sha256-RFlac10XFJXT3Giayy31kZ3Nn1Q+YsPt/zCdkSV0Atk="; 23 24 cargoBuildFlags = lib.cli.toGNUCommandLine { } { 25 package = [ ··· 32 ]; 33 }; 34 35 + # Enable ARM crypto extensions, overrides the default stdenv.hostPlatform.gcc.arch. 36 + env.NIX_CFLAGS_COMPILE = 37 + with stdenv.hostPlatform; 38 + lib.optionalString (isAarch && isLinux) "-march=${gcc.arch}+crypto"; 39 40 # For wolfSSL. 41 nativeBuildInputs = [