archivy: revert to using fetchPypi for overriding source of wtforms

This commit is contained in:
TomaSajt 2024-06-02 22:59:22 +02:00
parent 2796349aa5
commit f2701340c7
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -9,7 +9,8 @@ let
wtforms = super.wtforms.overridePythonAttrs (oldAttrs: rec {
version = "2.3.1";
src = oldAttrs.src.override {
src = fetchPypi {
pname = "WTForms";
inherit version;
sha256 = "sha256-hhoTs65SHWcA2sOydxlwvTVKY7pwQ+zDqCtSiFlqGXI=";
};