Skip to content

Commit

Permalink
stalwart-mail.passthru.webadmin: 0.1.19 -> 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Dec 18, 2024
1 parent 1af8300 commit cfe0ca0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkgs/by-name/st/stalwart-mail/webadmin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

rustPlatform.buildRustPackage rec {
pname = "webadmin";
version = "0.1.19";
version = "0.1.20";

src = fetchFromGitHub {
owner = "stalwartlabs";
repo = "webadmin";
rev = "refs/tags/v${version}";
hash = "sha256-jaNBYVIIxYjle4JQJdcvzl9f5slRvGPKqtzR2WGc0LE=";
tag = "v${version}";
hash = "sha256-0/XiYFQDqcpRS9DXPyKQwoifnEd2YxFiyDbV12zd2RU=";
};

npmDeps = fetchNpmDeps {
Expand All @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-na1HEueX8w7kuDp8LEtJ0nD1Yv39cyk6sEMpS1zix2s=";
};

cargoHash = "sha256-r4j4+vwmx8JJn3+6i6z6dYBOr6Efdid6qtw9oolCTW8=";
cargoHash = "sha256-uyLGrCZvKiePHFG0C++ELwT/1FTH8c4baAUxV2ueHZ8=";

postPatch = ''
# Using local tailwindcss for compilation
Expand Down Expand Up @@ -70,11 +70,11 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script { };
};

meta = with lib; {
meta = {
description = "Secure & modern all-in-one mail server Stalwart (webadmin module)";
homepage = "https://github.com/stalwartlabs/webadmin";
changelog = "https://github.com/stalwartlabs/mail-server/blob/${version}/CHANGELOG";
license = licenses.agpl3Only;
maintainers = with maintainers; [ onny ];
changelog = "https://github.com/stalwartlabs/webadmin/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ onny ];
};
}

0 comments on commit cfe0ca0

Please sign in to comment.