Loading pkgs/by-name/ws/wstunnel/package.nix +7 −11 Original line number Diff line number Diff line Loading @@ -7,23 +7,19 @@ versionCheckHook, }: let version = "10.4.2"; in rustPlatform.buildRustPackage { rustPlatform.buildRustPackage (finalAttrs: { pname = "wstunnel"; inherit version; version = "10.4.3"; src = fetchFromGitHub { owner = "erebe"; repo = "wstunnel"; tag = "v${version}"; hash = "sha256-T4FciAusu1NHxMcHhhu7+WSubGohjpfN4sS5FnQBAZo="; tag = "v${finalAttrs.version}"; hash = "sha256-Qg+9ClYbb1+g3BPioCwDdJYyPrl2g+44LD5OCDjMBzI="; }; useFetchCargoVendor = true; cargoHash = "sha256-EOTEk3B49rfTri/CpJwKlvXuSErPoaRwwtpeaCZMfw4="; cargoHash = "sha256-LZkiSu9KRI7QYZrCakwR+VVvR6ZpwEGB7Z9jM1C8qvk="; cargoBuildFlags = [ "--package wstunnel-cli" ]; Loading @@ -47,7 +43,7 @@ rustPlatform.buildRustPackage { meta = { description = "Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI"; homepage = "https://github.com/erebe/wstunnel"; changelog = "https://github.com/erebe/wstunnel/releases/tag/v${version}"; changelog = "https://github.com/erebe/wstunnel/releases/tag/v${finalAttrs.version}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ raylas Loading @@ -56,4 +52,4 @@ rustPlatform.buildRustPackage { ]; mainProgram = "wstunnel"; }; } }) Loading
pkgs/by-name/ws/wstunnel/package.nix +7 −11 Original line number Diff line number Diff line Loading @@ -7,23 +7,19 @@ versionCheckHook, }: let version = "10.4.2"; in rustPlatform.buildRustPackage { rustPlatform.buildRustPackage (finalAttrs: { pname = "wstunnel"; inherit version; version = "10.4.3"; src = fetchFromGitHub { owner = "erebe"; repo = "wstunnel"; tag = "v${version}"; hash = "sha256-T4FciAusu1NHxMcHhhu7+WSubGohjpfN4sS5FnQBAZo="; tag = "v${finalAttrs.version}"; hash = "sha256-Qg+9ClYbb1+g3BPioCwDdJYyPrl2g+44LD5OCDjMBzI="; }; useFetchCargoVendor = true; cargoHash = "sha256-EOTEk3B49rfTri/CpJwKlvXuSErPoaRwwtpeaCZMfw4="; cargoHash = "sha256-LZkiSu9KRI7QYZrCakwR+VVvR6ZpwEGB7Z9jM1C8qvk="; cargoBuildFlags = [ "--package wstunnel-cli" ]; Loading @@ -47,7 +43,7 @@ rustPlatform.buildRustPackage { meta = { description = "Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI"; homepage = "https://github.com/erebe/wstunnel"; changelog = "https://github.com/erebe/wstunnel/releases/tag/v${version}"; changelog = "https://github.com/erebe/wstunnel/releases/tag/v${finalAttrs.version}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ raylas Loading @@ -56,4 +52,4 @@ rustPlatform.buildRustPackage { ]; mainProgram = "wstunnel"; }; } })