veilid: 0.1.7 -> 0.1.9

This commit is contained in:
Bruno Bigras 2023-08-19 12:26:32 -04:00
parent 5eefad900f
commit adba145d40
2 changed files with 492 additions and 540 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.1.7";
version = "0.1.9";
src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-wG8uxmohIOb8V+5gqhjM4hHG/6uHg0ehAtP2z5eoflU=";
sha256 = "sha256-mkb10JishprTyHV5lsFp/P57E2xTX+baHkJM4K2p4x4=";
};
cargoLock = {