wstunnel: 10.1.11 -> 10.2.0 (#404984)

This commit is contained in:
Nick Cao
2025-05-08 16:33:13 -04:00
committed by GitHub
+3 -3
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" ];