wstunnel: 10.1.9 -> 10.1.10

This commit is contained in:
r-vdp
2025-03-09 21:10:05 +01:00
parent b72f74788a
commit e0548281f6
+3 -3
View File
@@ -8,7 +8,7 @@
}:
let
version = "10.1.9";
version = "10.1.10";
in
rustPlatform.buildRustPackage {
@@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
owner = "erebe";
repo = "wstunnel";
tag = "v${version}";
hash = "sha256-39VPPPBKUhl17PJBa7wJi0H4jghTRjy9cFgihgK+mFE=";
hash = "sha256-7HW2AtMTNE05qSBhltj+ZxJhoMJmaMynko8+wIgpqCc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3+vq/IJ526t7UQ6FcrTKOD1umUD07amCa3b0myfbxrI=";
cargoHash = "sha256-NujasFigZ+BETg3J8fOKu5QAm68ZzP7uIXwv7bI+2uM=";
cargoBuildFlags = [ "--package wstunnel-cli" ];