veilid: 0.2.3 -> 0.2.4

This commit is contained in:
Bruno Bigras 2023-10-15 18:57:17 -04:00
parent 252412c2b8
commit 47a14ca29e
2 changed files with 427 additions and 275 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "veilid"; pname = "veilid";
version = "0.2.3"; version = "0.2.4";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "veilid"; owner = "veilid";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-fpA0JsBp2mlyDWlwE6xgyX5KNI2FSypO6m1J9BI+Kjs="; sha256 = "sha256-DQ/rFxUByPlZOHOLBO9OenT2WPiaBKl45ANiH+YkQ08=";
}; };
cargoLock = { cargoLock = {