mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user