Merge pull request #250210 from bbigras/veilid

veilid: 0.1.7 -> 0.1.9
This commit is contained in:
Matthias Beyer
2023-08-20 11:43:35 +02:00
committed by GitHub
2 changed files with 492 additions and 540 deletions
+490 -538
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = {