wstunnel: 9.7.1 -> 9.7.2

https://github.com/erebe/wstunnel/releases/tag/v9.7.2
This commit is contained in:
r-vdp 2024-06-26 17:01:22 +02:00
parent af796de7d1
commit df2ebdb07a
No known key found for this signature in database

View File

@ -7,7 +7,7 @@
}: }:
let let
version = "9.7.1"; version = "9.7.2";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
owner = "erebe"; owner = "erebe";
repo = "wstunnel"; repo = "wstunnel";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-VJllyvTlHlyYhzth6tVzqVe8EPfHdXrcrDmtrS16aMM="; hash = "sha256-5hpkY8MoSo59KmhXsPuLCmWq4KaUzuHBpesQMtgn7hw=";
}; };
cargoHash = "sha256-sg/tE8D/cNeMliJr7JIstq36gg/mhYM6n8ye2Y2biq0="; cargoHash = "sha256-kv+DX98SjI3m2CdM4RHoMMISZyrFmlhlSaBor0dFUSE=";
checkFlags = [ checkFlags = [
# Tries to launch a test container # Tries to launch a test container