wstunnel: 10.1.10 -> 10.1.11

https://github.com/erebe/wstunnel/releases/tag/v10.1.11
This commit is contained in:
r-vdp
2025-04-15 23:11:15 +02:00
parent 9b1a6f7ef5
commit b7d56a3cbf
+3 -3
View File
@@ -8,7 +8,7 @@
}:
let
version = "10.1.10";
version = "10.1.11";
in
rustPlatform.buildRustPackage {
@@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
owner = "erebe";
repo = "wstunnel";
tag = "v${version}";
hash = "sha256-7HW2AtMTNE05qSBhltj+ZxJhoMJmaMynko8+wIgpqCc=";
hash = "sha256-CtJws2O5ywR2prIlDoMbsPi6SH+ffxdqfCKUByukqpA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-NujasFigZ+BETg3J8fOKu5QAm68ZzP7uIXwv7bI+2uM=";
cargoHash = "sha256-YZrScEdRNZ/RU3PBRThw29Yu04N42nwe5DLLABRZtLw=";
cargoBuildFlags = [ "--package wstunnel-cli" ];