mailman-web: drop patches on django-allauth, unpin hiredis

This commit is contained in:
Martin Weinelt
2025-08-09 14:07:37 +02:00
parent a364c9ce10
commit 0baff18099

View File

@@ -36,19 +36,7 @@ lib.fix (
tag = new.version;
hash = "sha256-13/QbA//wyHE9yMB7Jy/sJEyqPKxiMN+CZwSc4U6okU=";
};
}
);
# the redis python library only supports hiredis 3+ from version 5.1.0 onwards
hiredis = super.hiredis.overrideAttrs (
new:
{ src, ... }:
{
version = "3.1.0";
src = src.override {
tag = new.version;
hash = "sha256-ID5OJdARd2N2GYEpcYOpxenpZlhWnWr5fAClAgqEgGg=";
};
patches = [ ];
}
);
})