pretalx: pin django-hierarkey at 1.2.1
On production installs this update requires a migration.
This commit is contained in:
@@ -19,6 +19,16 @@ let
|
||||
# https://github.com/django-extensions/django-extensions/issues/1885
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
django-hierarkey = prev.django-hierarkey.overridePythonAttrs rec {
|
||||
version = "1.2.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "raphaelm";
|
||||
repo = "django-hierarkey";
|
||||
tag = version;
|
||||
hash = "sha256-GkCNVovo2bDCp6m2GBvusXsaBhcmJkPNu97OdtsYROY=";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -89,7 +99,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
"django-compressor"
|
||||
"django-csp"
|
||||
"django-filter"
|
||||
"django-hierarkey"
|
||||
"django-i18nfield"
|
||||
"djangorestframework"
|
||||
"markdown"
|
||||
|
||||
Reference in New Issue
Block a user