mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
wstunnel: 9.7.1 -> 9.7.2
https://github.com/erebe/wstunnel/releases/tag/v9.7.2
This commit is contained in:
parent
af796de7d1
commit
df2ebdb07a
@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "9.7.1";
|
||||
version = "9.7.2";
|
||||
in
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
|
||||
owner = "erebe";
|
||||
repo = "wstunnel";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-VJllyvTlHlyYhzth6tVzqVe8EPfHdXrcrDmtrS16aMM=";
|
||||
hash = "sha256-5hpkY8MoSo59KmhXsPuLCmWq4KaUzuHBpesQMtgn7hw=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-sg/tE8D/cNeMliJr7JIstq36gg/mhYM6n8ye2Y2biq0=";
|
||||
cargoHash = "sha256-kv+DX98SjI3m2CdM4RHoMMISZyrFmlhlSaBor0dFUSE=";
|
||||
|
||||
checkFlags = [
|
||||
# Tries to launch a test container
|
||||
|
Loading…
Reference in New Issue
Block a user