We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa3ba8 + 09aac85 commit a1f37e4Copy full SHA for a1f37e4
pkgs/tools/networking/veilid/default.nix
@@ -15,17 +15,17 @@
15
16
rustPlatform.buildRustPackage rec {
17
pname = "veilid";
18
- version = "0.4.3";
+ version = "0.4.4";
19
20
src = fetchFromGitLab {
21
owner = "veilid";
22
repo = pname;
23
rev = "v${version}";
24
- hash = "sha256-D6mfYiUj9W+2l/is/KkzwIQ1Erbapf5dl4uWGKd42r4=";
+ hash = "sha256-p9bQ90zUXVeVPUDuns+gmZb9SJHpAVrJOHe+RvEru7w=";
25
};
26
27
useFetchCargoVendor = true;
28
- cargoHash = "sha256-jjcx78iSIwMxbkJP5K0Xh9aIL1sDsX8cvjc5br8JjLM=";
+ cargoHash = "sha256-xbtlZ7PP+RHPlW4a9UCmaCOcsQkDyPim3yPObbXVqns=";
29
30
nativeBuildInputs = [
31
capnproto
0 commit comments