veilid: 0.1.10 -> 0.2.0

This commit is contained in:
Bruno Bigras 2023-09-02 13:13:16 -04:00
parent f7a7cde7c3
commit db90c45534
2 changed files with 185 additions and 225 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,20 +10,21 @@
rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.1.10";
version = "0.2.0";
src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-43VCv0MqRIqKioM5Uj3sap9SvGnjgrZFxGPG98hk1v0=";
sha256 = "sha256-OgV6Rp5Az5iPUekeO8L28bxlXj/wZ5mOGmlXz14wcoQ=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"bugsalot-0.2.2" = "sha256-9zLzK22dOB7w+ejk1SfkA98z4rEzrB6mAVUpPFuDUnY=";
"keychain-services-0.1.2" = "sha256-gkiE9PoSIgHngXc/BLMTL97/6dSnqAj42+q01CLbu+E=";
};
};