stalwart-vandelay: 1.0.3 -> 1.0.4

* add `passthru.updateScript` attr
* diff: https://github.com/stalwartlabs/vandelay/compare/v1.0.3...v1.0.4
* changelog: https://github.com/stalwartlabs/vandelay/releases/tag/v1.0.4
This commit is contained in:
Darren Rambaud 2026-06-22 16:55:05 -05:00
commit 644f4d86cb
No known key found for this signature in database

View file

@ -2,19 +2,20 @@
lib,
cacert,
fetchFromGitHub,
nix-update-script,
rustPlatform,
versionCheckHook,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "vandelay";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "stalwartlabs";
repo = "vandelay";
tag = "v${finalAttrs.version}";
hash = "sha256-khEK+uB/CrNBv4syDO9smDx9CbQ2BeDLZQn3wBuuA1g=";
hash = "sha256-5ByuCsKi0fFHwSWsYgjJcVo072buHiCFKHodAdF6Mrw=";
};
cargoHash = "sha256-i0MtrOIguU4bXeTqvyJjwvJwherib2vCnW7hTFB0aNk=";
cargoHash = "sha256-BI5O55KeHhQ9dFjLkRX4cK7DWaPJx6/NYH/F6IXec7E=";
__structuredAttrs = true;
__darwinAllowLocalNetworking = true;
# called `Result::unwrap()` on an `Err` value: Tls("rustls platform verifier: unexpected error: No CA certificates were loaded from the system")
@ -23,6 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
passthru.updateScript = nix-update-script { };
meta = {
description = "JMAP importer-exporter (and backup tool)";
longDescription = ''