lol

stalwart-mail-webadmin: 0.1.28 -> 0.1.31

@norpol 0c5b2b08 5a109032

+3 -3
+3 -3
pkgs/by-name/st/stalwart-mail/webadmin.nix
··· 17 17 18 18 rustPlatform.buildRustPackage (finalAttrs: { 19 19 pname = "webadmin"; 20 - version = "0.1.28"; 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 - hash = "sha256-OgZ2qs84zVM2zNmBQSPnb9Uy4mahzNC81vbWM9wmrn4="; 26 + hash = "sha256-4+R7QQT0cbKYe6WzgvzreOFULBnWdNcbPC27f4r+M0g="; 27 27 }; 28 28 29 29 npmDeps = fetchNpmDeps { ··· 31 31 hash = "sha256-na1HEueX8w7kuDp8LEtJ0nD1Yv39cyk6sEMpS1zix2s="; 32 32 }; 33 33 34 - cargoHash = "sha256-rcgeSdCGIRvpz2xZPw0I753+D3zm9AYbtuUdMSp2I94="; 34 + cargoHash = "sha256-Q05+wH9+NfkfmEDJFLuWVQ7wuDeEu9h1XmOMN6SYdyU="; 35 35 36 36 postPatch = '' 37 37 # Using local tailwindcss for compilation