veilid: 0.4.3 -> 0.4.4

This commit is contained in:
Bruno Bigras
2025-03-22 00:04:59 -04:00
parent 2e384a013e
commit 09aac85fe3
+3 -3
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