fix: avoid smtp source IFD

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-09-11 08:36:46 +00:00
parent 4a88e7c6e8
commit ed721dd961
2 changed files with 16 additions and 4 deletions
+2 -3
View File
@@ -25,11 +25,10 @@
rev = "6ff3b71e3705e0d4081a51c21ca0379e869ba5fb";
hash = "sha256-wC/2rAsSDO83UITaFhtaf3do3aaOAko4gnKUOzwURc8=";
};
cargo = self.lib.cargoToml src;
in
buildPgrxExtension pkgs {
pname = cargo.package.name;
version = cargo.package.version;
pname = "pg_smtp_client";
version = "0.2.0";
inherit src postgresql;