Merge pull request #261290 from bbigras/veilid-0.2.4

veilid: 0.2.3 -> 0.2.4
This commit is contained in:
Bruno Bigras 2023-10-15 20:44:12 -04:00 committed by GitHub
commit 21f56f3209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 427 additions and 275 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fpA0JsBp2mlyDWlwE6xgyX5KNI2FSypO6m1J9BI+Kjs=";
sha256 = "sha256-DQ/rFxUByPlZOHOLBO9OenT2WPiaBKl45ANiH+YkQ08=";
};
cargoLock = {