3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 71e69dcb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = {