wstunnel: 10.1.11 -> 10.2.0

https://github.com/erebe/wstunnel/releases/tag/v10.2.0
This commit is contained in:
r-vdp
2025-05-07 19:09:43 +02:00
parent 809637ecf6
commit dea4a35bdc

View File

@@ -8,7 +8,7 @@
}:
let
version = "10.1.11";
version = "10.2.0";
in
rustPlatform.buildRustPackage {
@@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
owner = "erebe";
repo = "wstunnel";
tag = "v${version}";
hash = "sha256-CtJws2O5ywR2prIlDoMbsPi6SH+ffxdqfCKUByukqpA=";
hash = "sha256-j4JJWa8y9fAiCcnFQY9u67XPb6m9cY7Q6p0cxHPQQzc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-YZrScEdRNZ/RU3PBRThw29Yu04N42nwe5DLLABRZtLw=";
cargoHash = "sha256-9YAjC5XBRcXYmQoYs9FoxbVtFoM9hvAweLfrodtj+bw=";
cargoBuildFlags = [ "--package wstunnel-cli" ];