veilid: 0.3.4 -> 0.4.0 (#350070)

This commit is contained in:
Bruno Bigras 2024-10-20 18:29:30 -04:00 committed by GitHub
commit c8a126a3ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 223 additions and 586 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,13 +14,13 @@
rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.3.4";
version = "0.4.0";
src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
hash = "sha256-nEJxiox2aoQBV83vlpiBB4In59+lfHF6/a8HqDYcFT4=";
hash = "sha256-5Xjdc66VA7FFk75jnTARCs2oGT/hWX8VPlZV48q6kpI=";
};
cargoLock = {