stalwart-mail-webadmin: 0.1.26 -> 0.1.27 (#414911)

This commit is contained in:
Aleksana 2025-06-10 21:09:24 +08:00 committed by GitHub
commit b72c4b551d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "webadmin"; pname = "webadmin";
version = "0.1.26"; version = "0.1.27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stalwartlabs"; owner = "stalwartlabs";
repo = "webadmin"; repo = "webadmin";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-TWzXSBXLZd4b02cfiERZqNaXcfxx1pH7OFUcdEugH7k="; hash = "sha256-ts2FT4QWDqNmm9Qj6JWEhgFW+3jAK/w90WIKF1Vil/w=";
}; };
npmDeps = fetchNpmDeps { npmDeps = fetchNpmDeps {
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-Eh5wu3RHNPWIPDZPUlh8L6OvghkfmMp0eAOTbk9Fs+0="; cargoHash = "sha256-cvXfX3hqIp4NAAT1DgO/XZOXkeOgIEwkigA01qGYnxA=";
postPatch = '' postPatch = ''
# Using local tailwindcss for compilation # Using local tailwindcss for compilation