veilid: 0.3.1 -> 0.3.2

This commit is contained in:
Aaron Bieber 2024-04-29 10:15:35 -06:00 committed by Yaya
parent d74e81202e
commit 25865a40d1
2 changed files with 301 additions and 278 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pBMUwCZ1dLLde+RF9smy4/RZYmtyW+oTeo3LHNtscSc=";
sha256 = "sha256-iaWdI6lhxX3xdpd5caPl5cWXrBkWiMc7T/dMXp2hqNM=";
};
cargoLock = {