Include stalwart's patch for redirect to sender instead of our own

This commit is contained in:
Gonne 2025-03-17 15:59:16 +01:00
parent 7ac5fc4e38
commit cb87976ce8
Signed by: Gonne
SSH key fingerprint: SHA256:J8w3ZCNyz9MoTLV+eU7YRTVw59NYig44i0IWhbsgQG8
2 changed files with 4 additions and 3 deletions

View file

@ -88,7 +88,8 @@
./patches/sieve-rs.patch
];
# Replace the string with `lib.fakeHash` after version changes in order to get the new hash value.
cargoHash = "sha256-gb2oFlVA/vE6DoWWW8SCFA3l7rtV2RuosPUY+6IcKNM=";
cargoHash = "sha256-0U0Z13a2vRxMFnaaHeXBjvYDjKStgqmuDboUVssVMQw=";
doCheck = false; # some test that does not look adjacent fails during build, so I disabled them. This also halves build time.
}
);
};