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
2 changed files with 223 additions and 586 deletions
+221 -584
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = {