pretix: 2026.1.0 -> 2026.1.1

https://pretix.eu/about/en/blog/20260216-release-2026-1-1/

Diff: https://github.com/pretix/pretix/compare/v2026.1.0...v2026.1.1
Fixes: CVE-2026-2415
This commit is contained in:
Yureka
2026-02-16 13:34:01 +01:00
committed by Martin Weinelt
parent 6815286311
commit 7b276c08d0
+2 -2
View File
@@ -43,13 +43,13 @@ let
};
pname = "pretix";
version = "2026.1.0";
version = "2026.1.1";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
tag = "v${version}";
hash = "sha256-XS4Kqgvg3Bu5S3gFJ4fvvezCtQEA26jUa+8pSx2saNw=";
hash = "sha256-iH8S7+2SMw4LJjHjJvHAQgNSWU/zuk0nOUY/YI96T3E=";
};
npmDeps = buildNpmPackage {