wstunnel: 10.2.0 -> 10.3.0

https://github.com/erebe/wstunnel/releases/tag/v10.3.0
This commit is contained in:
r-vdp
2025-05-15 10:22:01 +02:00
parent 31f43a05c4
commit dcd87ceb53
+3 -3
View File
@@ -8,7 +8,7 @@
}:
let
version = "10.2.0";
version = "10.3.0";
in
rustPlatform.buildRustPackage {
@@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
owner = "erebe";
repo = "wstunnel";
tag = "v${version}";
hash = "sha256-j4JJWa8y9fAiCcnFQY9u67XPb6m9cY7Q6p0cxHPQQzc=";
hash = "sha256-Eq5d80hLg0ZkXtnObDQXmC+weUq9eN5SIQ6teVxB3a4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-9YAjC5XBRcXYmQoYs9FoxbVtFoM9hvAweLfrodtj+bw=";
cargoHash = "sha256-V5ohlS+dTrmhsvxpXW9JA7YpH/LWiyepUwEdBRrHiYE=";
cargoBuildFlags = [ "--package wstunnel-cli" ];