mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
e48816d7ec
commit
644f4d86cb
1 changed files with 5 additions and 3 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue