pretix: 2025.1.0 -> 2025.2.0
https://pretix.eu/about/en/blog/20250225-release-2025-2/ https://github.com/pretix/pretix/compare/refs/tags/v2025.1.0...v2025.2.0
This commit is contained in:
@@ -42,13 +42,13 @@ let
|
||||
};
|
||||
|
||||
pname = "pretix";
|
||||
version = "2025.1.0";
|
||||
version = "2025.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pretix";
|
||||
repo = "pretix";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-azJFXuoV+9qs5MJQTkc1+ZiJb6UKwEa0Ow0p31CkHqI=";
|
||||
hash = "sha256-ZVrdkIeVUAKb4617BCcfvs0HqFmctPb7zriDJplyUns=";
|
||||
};
|
||||
|
||||
npmDeps = buildNpmPackage {
|
||||
@@ -56,7 +56,7 @@ let
|
||||
inherit version src;
|
||||
|
||||
sourceRoot = "${src.name}/src/pretix/static/npm_dir";
|
||||
npmDepsHash = "sha256-oo9fo3MjwKYA8gueJ5otIPawORaVNj/Js3y8ZuCZ4qQ=";
|
||||
npmDepsHash = "sha256-MOxOzaP6p6Q61ZuDVzbYJvMXpCQ1pzQx86Yl24yt4SQ=";
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
@@ -81,6 +81,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"beautifulsoup4"
|
||||
"django-phonenumber-field"
|
||||
"dnspython"
|
||||
"drf_ujson2"
|
||||
@@ -94,6 +95,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
"python-bidi"
|
||||
"qrcode"
|
||||
"redis"
|
||||
"reportlab"
|
||||
"requests"
|
||||
"sentry-sdk"
|
||||
"ua-parser"
|
||||
|
||||
Reference in New Issue
Block a user