tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
stalwart-mail-webadmin: 0.1.28 -> 0.1.31
@norpol
8 months ago
0c5b2b08
5a109032
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
st
stalwart-mail
webadmin.nix
+3
-3
pkgs/by-name/st/stalwart-mail/webadmin.nix
reviewed
···
17
17
18
18
rustPlatform.buildRustPackage (finalAttrs: {
19
19
pname = "webadmin";
20
20
-
version = "0.1.28";
20
20
+
version = "0.1.31";
21
21
22
22
src = fetchFromGitHub {
23
23
owner = "stalwartlabs";
24
24
repo = "webadmin";
25
25
tag = "v${finalAttrs.version}";
26
26
-
hash = "sha256-OgZ2qs84zVM2zNmBQSPnb9Uy4mahzNC81vbWM9wmrn4=";
26
26
+
hash = "sha256-4+R7QQT0cbKYe6WzgvzreOFULBnWdNcbPC27f4r+M0g=";
27
27
};
28
28
29
29
npmDeps = fetchNpmDeps {
···
31
31
hash = "sha256-na1HEueX8w7kuDp8LEtJ0nD1Yv39cyk6sEMpS1zix2s=";
32
32
};
33
33
34
34
-
cargoHash = "sha256-rcgeSdCGIRvpz2xZPw0I753+D3zm9AYbtuUdMSp2I94=";
34
34
+
cargoHash = "sha256-Q05+wH9+NfkfmEDJFLuWVQ7wuDeEu9h1XmOMN6SYdyU=";
35
35
36
36
postPatch = ''
37
37
# Using local tailwindcss for compilation