[release-26.05] pretix: 2026.4.2 -> 2026.4.3 (#529913)

This commit is contained in:
Martin Weinelt 2026-06-09 12:38:51 +00:00 committed by GitHub
commit 4a0f49ebb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,13 +51,13 @@ let
};
pname = "pretix";
version = "2026.4.2";
version = "2026.4.3";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
tag = "v${version}";
hash = "sha256-OECVdtPnr7qqLriPZWOyRm6ZqU8yO+SYzU69zaO+9rU=";
hash = "sha256-fzM6WlqXH+ehPxHsvzNeM21Vupj0GBYXhFL0tpBp1uY=";
};
npmDeps = buildNpmPackage {