veilid: 0.2.1 -> 0.2.3
0.2.3: - Security fix for WS denial of service - Support for latest Rust 1.72 0.2.2: - Capnproto 1.0.1 + Protobuf 24.3 - DHT set/get correctness fixes - Connection table fixes - Node resolution fixes - More debugging commands (appmessage, appcall, resolve, better nodeinfo, etc) - Reverse connect for WASM nodes - Better Typescript types for WASM - Various script and environment cleanups - Earthly build for aarch64 RPM - Much improved and faster public address detection While here, add myself to the maintainer list. closes #258587 add myself as maintainer
This commit is contained in:
1011
pkgs/tools/networking/veilid/Cargo.lock
generated
1011
pkgs/tools/networking/veilid/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -10,13 +10,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "veilid";
|
||||
version = "0.2.1";
|
||||
version = "0.2.3";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "veilid";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ebWY/1LTLwi1YFHliPDracdF0WLfY047jUtQ/1w9Rjw=";
|
||||
sha256 = "sha256-fpA0JsBp2mlyDWlwE6xgyX5KNI2FSypO6m1J9BI+Kjs=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
@@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "An open-source, peer-to-peer, mobile-first, networked application framework";
|
||||
homepage = "https://veilid.com";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ bbigras ];
|
||||
maintainers = with maintainers; [ bbigras qbit ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user