pretix.plugins.mollie: 2.5.5 -> 2.5.6

https://github.com/pretix/pretix-mollie/compare/v2.5.5...v2.5.6

Fixes: CVE-2026-57536
This commit is contained in:
Martin Weinelt
2026-06-25 21:04:45 +02:00
parent a0a8146f2d
commit b9f887622c
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pretix-mollie";
version = "2.5.5";
version = "2.5.6";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-mollie";
tag = "v${version}";
hash = "sha256-EqitdAoTm6mpXp8g2HftvxRbg+6gXxR7xUsC+aYfv8U=";
hash = "sha256-XInwUecuC3sEcRpuS+xa7Gb2Isb18SexbZ2+CcUF7/E=";
};
build-system = [