Skip to content

Commit a1f37e4

Browse files
authored
veilid: 0.4.3 -> 0.4.4 (#392006)
2 parents faa3ba8 + 09aac85 commit a1f37e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/networking/veilid/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "veilid";
18-
version = "0.4.3";
18+
version = "0.4.4";
1919

2020
src = fetchFromGitLab {
2121
owner = "veilid";
2222
repo = pname;
2323
rev = "v${version}";
24-
hash = "sha256-D6mfYiUj9W+2l/is/KkzwIQ1Erbapf5dl4uWGKd42r4=";
24+
hash = "sha256-p9bQ90zUXVeVPUDuns+gmZb9SJHpAVrJOHe+RvEru7w=";
2525
};
2626

2727
useFetchCargoVendor = true;
28-
cargoHash = "sha256-jjcx78iSIwMxbkJP5K0Xh9aIL1sDsX8cvjc5br8JjLM=";
28+
cargoHash = "sha256-xbtlZ7PP+RHPlW4a9UCmaCOcsQkDyPim3yPObbXVqns=";
2929

3030
nativeBuildInputs = [
3131
capnproto

0 commit comments

Comments
 (0)