wstunnel: 10.1.8 -> 10.1.9 (#379538)

This commit is contained in:
Ramses
2025-02-07 11:28:28 +01:00
committed by GitHub
+7 -5
View File
@@ -8,7 +8,7 @@
}:
let
version = "10.1.8";
version = "10.1.9";
in
rustPlatform.buildRustPackage {
@@ -18,15 +18,17 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "erebe";
repo = "wstunnel";
rev = "v${version}";
hash = "sha256-A2c4DAHne0N96bJnjvpaI6vd2pAb4Edi45vbDWayZpo=";
tag = "v${version}";
hash = "sha256-39VPPPBKUhl17PJBa7wJi0H4jghTRjy9cFgihgK+mFE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-iKGt+CjshkUE5w68ZJ9x2+3mAYQJO/oDMs/M8ARL5Po=";
cargoHash = "sha256-3+vq/IJ526t7UQ6FcrTKOD1umUD07amCa3b0myfbxrI=";
cargoBuildFlags = [ "--package wstunnel-cli" ];
nativeBuildInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
doInstallCheck = true;
checkFlags = [