File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
pkgs/by-name/st/stalwart-mail Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1717 callPackage ,
1818} :
1919
20- rustPlatform . buildRustPackage {
20+ rustPlatform . buildRustPackage rec {
2121 pname = "stalwart-mail" ;
22- version = "0.11.6-unstable-2025-02-04 " ;
22+ version = "0.11.7 " ;
2323
2424 src = fetchFromGitHub {
2525 owner = "stalwartlabs" ;
2626 repo = "mail-server" ;
27- # release 0.11.6 broken, see https://github.com/stalwartlabs/mail-server/issues/1150
28- rev = "fa6483b6df57513582425119027bc4fce8f03d65" ;
29- hash = "sha256-mB3Vm07b+eKDlQ95pmVk14Q7jXTBbV1jTbN+6hcFt0s=" ;
27+ tag = "v${ version } " ;
28+ hash = "sha256-pBCj/im5UB7A92LBuLeB6EAHTJEuN62BG5Nkj8qsNNA=" ;
3029 } ;
3130
3231 useFetchCargoVendor = true ;
33- cargoHash = "sha256-PHr73GQ/6d5ulJzntSHIilGzdF4Y8Np9jSFa6F2Nwao =" ;
32+ cargoHash = "sha256-B+xsTVsh9QBAybKiJq0Sb7rveOsH05vuCmNQ5t/UZnk =" ;
3433
3534 nativeBuildInputs = [
3635 pkg-config
You can’t perform that action at this time.
0 commit comments