veilid: 0.4.3 -> 0.4.4 (#392006)

This commit is contained in:
Bruno Bigras 2025-03-25 11:37:15 -04:00 committed by GitHub
commit a1f37e4335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,17 +15,17 @@
rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
hash = "sha256-D6mfYiUj9W+2l/is/KkzwIQ1Erbapf5dl4uWGKd42r4=";
hash = "sha256-p9bQ90zUXVeVPUDuns+gmZb9SJHpAVrJOHe+RvEru7w=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-jjcx78iSIwMxbkJP5K0Xh9aIL1sDsX8cvjc5br8JjLM=";
cargoHash = "sha256-xbtlZ7PP+RHPlW4a9UCmaCOcsQkDyPim3yPObbXVqns=";
nativeBuildInputs = [
capnproto