2024-09-16 14:57:08 +02:00
|
|
|
rec {
|
2024-06-19 16:26:15 +02:00
|
|
|
unstable = [
|
|
|
|
{
|
|
|
|
_type = "static";
|
|
|
|
path = ./nginx-fallback.patch;
|
|
|
|
}
|
2024-08-02 11:42:04 +02:00
|
|
|
{
|
|
|
|
_type = "static";
|
2024-09-16 14:57:08 +02:00
|
|
|
path = ./wordpress.patch;
|
|
|
|
}
|
|
|
|
{
|
|
|
|
_type = "commit";
|
|
|
|
sha = "94c62f5036e7744247309cf5a11847e1168ac289";
|
|
|
|
hash = "sha256-KcL2mHLea+xmRBE+clDzeAOo66hq5wr9EcN3ox/MnFg=";
|
2024-08-02 11:42:04 +02:00
|
|
|
}
|
2024-06-19 16:26:15 +02:00
|
|
|
];
|
2024-09-16 14:57:08 +02:00
|
|
|
betamail = unstable ++ [
|
2024-07-26 21:22:44 +02:00
|
|
|
{
|
|
|
|
_type = "static";
|
|
|
|
path = ./procmail_322.patch;
|
|
|
|
}
|
|
|
|
];
|
2024-06-19 16:26:15 +02:00
|
|
|
}
|