pretix: 2026.5.2 -> 2026.5.3

https://pretix.eu/about/en/blog/20260701-release-2026-5-3/
https://github.com/pretix/pretix/compare/v2026.5.2...v2026.5.3

Fixes: CVE-2026-13602, CVE-2026-13603
This commit is contained in:
Martin Weinelt
2026-07-01 16:03:05 +02:00
parent 966037371a
commit 64e10ccdad
+2 -2
View File
@@ -54,14 +54,14 @@ let
in
pythonPackages.buildPythonApplication (finalAttrs: {
pname = "pretix";
version = "2026.5.2";
version = "2026.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
tag = "v${finalAttrs.version}";
hash = "sha256-lamvhcch/EajS8/b1tocAKjCgW0WqFD0wsm4e5o25nM=";
hash = "sha256-R77jPwcRgu5+NBR9H0tD14QfbUtoHme6z9maYzDVmPg=";
};
patches = [