veilid: 0.4.1 -> 0.4.3 (#383529)

This commit is contained in:
Bruno Bigras
2025-02-24 12:24:05 -05:00
committed by GitHub
2 changed files with 1479 additions and 663 deletions
+1477 -661
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.4.1";
version = "0.4.3";
src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
hash = "sha256-/RdPq2rHs+lfB3odwO7yRGFi3j0INdJvbWccTsGO54g=";
hash = "sha256-D6mfYiUj9W+2l/is/KkzwIQ1Erbapf5dl4uWGKd42r4=";
};
cargoLock = {