pretix: 2025.9.0 -> 2025.9.2

https://pretix.eu/about/en/blog/20251127-release-2025-9-2/

Fixes: CVE-2025-13742
This commit is contained in:
Martin Weinelt
2025-11-27 14:59:48 +01:00
parent 15fec50a73
commit fbad460b42
+2 -2
View File
@@ -42,13 +42,13 @@ let
};
pname = "pretix";
version = "2025.9.0";
version = "2025.9.2";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
rev = "refs/tags/v${version}";
hash = "sha256-d0RunBCUUvS4tosbXWkEp7mvUKEOa5KgvIZK4XydN7I=";
hash = "sha256-/NczudpXJ9pT7XKwKw1TeRceYWBQJAPUS/96Cl3ID9E=";
};
npmDeps = buildNpmPackage {