Loading nixos/tests/wstunnel.nix +4 −0 Original line number Diff line number Diff line { lib, ... }: let certs = import ./common/acme/server/snakeoil-certs.nix; domain = certs.domain; Loading @@ -6,6 +8,8 @@ in { name = "wstunnel"; meta.platforms = lib.platforms.linux; nodes = { server = { virtualisation.vlans = [ 1 ]; Loading pkgs/by-name/ws/wstunnel/Cargo.lock 0 → 100644 +3231 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/by-name/ws/wstunnel/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ }: let version = "10.1.1"; version = "10.1.3"; in rustPlatform.buildRustPackage { Loading @@ -21,10 +21,15 @@ rustPlatform.buildRustPackage { owner = "erebe"; repo = "wstunnel"; rev = "v${version}"; hash = "sha256-qEWIyQkLRrmTH40S96hj8JXFz/VJChIbg8qEQc938nI="; hash = "sha256-mrCDx9f+EeA6McRc1s9YwYL4RHKSla10fxXZc1WYPio="; }; cargoHash = "sha256-3b+pX/qQuhOY1OYr+CfT5wtiJcEJ8CJJsQZ4QOcYv74="; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "fastwebsockets-0.8.0" = "sha256-eqtCh9fMOG2uvL/GLUVXNiSB+ovYLc/Apuq9zssn8hU="; }; }; nativeBuildInputs = [ versionCheckHook ]; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Loading Loading
nixos/tests/wstunnel.nix +4 −0 Original line number Diff line number Diff line { lib, ... }: let certs = import ./common/acme/server/snakeoil-certs.nix; domain = certs.domain; Loading @@ -6,6 +8,8 @@ in { name = "wstunnel"; meta.platforms = lib.platforms.linux; nodes = { server = { virtualisation.vlans = [ 1 ]; Loading
pkgs/by-name/ws/wstunnel/Cargo.lock 0 → 100644 +3231 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/by-name/ws/wstunnel/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ }: let version = "10.1.1"; version = "10.1.3"; in rustPlatform.buildRustPackage { Loading @@ -21,10 +21,15 @@ rustPlatform.buildRustPackage { owner = "erebe"; repo = "wstunnel"; rev = "v${version}"; hash = "sha256-qEWIyQkLRrmTH40S96hj8JXFz/VJChIbg8qEQc938nI="; hash = "sha256-mrCDx9f+EeA6McRc1s9YwYL4RHKSla10fxXZc1WYPio="; }; cargoHash = "sha256-3b+pX/qQuhOY1OYr+CfT5wtiJcEJ8CJJsQZ4QOcYv74="; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "fastwebsockets-0.8.0" = "sha256-eqtCh9fMOG2uvL/GLUVXNiSB+ovYLc/Apuq9zssn8hU="; }; }; nativeBuildInputs = [ versionCheckHook ]; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Loading