wstunnel: 9.7.2 -> 9.7.4
This commit is contained in:
parent
b098e0c792
commit
1456a3e237
@ -7,7 +7,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "9.7.2";
|
version = "9.7.4";
|
||||||
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-5hpkY8MoSo59KmhXsPuLCmWq4KaUzuHBpesQMtgn7hw=";
|
hash = "sha256-OFm0Jk06Mxzr4F7KrMBGFqcDSuTtrMvBSK99bbOgua4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-kv+DX98SjI3m2CdM4RHoMMISZyrFmlhlSaBor0dFUSE=";
|
cargoHash = "sha256-JMRcXuw6AKfwViOgYAgFdSwUeTo04rEkKj+t+W8wjGI=";
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# Tries to launch a test container
|
# Tries to launch a test container
|
||||||
|
Loading…
Reference in New Issue
Block a user