stalwart-mail-webadmin: 0.1.27 -> 0.1.28

This commit is contained in:
R. Ryantm 2025-06-26 22:28:25 +00:00
parent 9be32fbfaa
commit 78851559c4

View File

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