mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pretix: 2026.4.2 -> 2026.4.3
https://pretix.eu/about/en/blog/20260609-release-2026-5-1/ https://github.com/pretix/pretix/compare/v2026.4.2...v2026.4.3 Fixes: CVE-2026-11764
This commit is contained in:
parent
e2b7c43fc9
commit
9b6103595f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue