mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pretix: 2026.4.4 -> 2026.4.5
https://pretix.eu/about/en/blog/20260701-release-2026-5-3/ https://github.com/pretix/pretix/compare/v2026.4.4...v2026.4.5 Fixes: CVE-2026-13602, CVE-2026-13603
This commit is contained in:
@@ -51,13 +51,13 @@ let
|
||||
};
|
||||
|
||||
pname = "pretix";
|
||||
version = "2026.4.4";
|
||||
version = "2026.4.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pretix";
|
||||
repo = "pretix";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-aDOI2XZF0n653ZgTtgEOb+JL/R0zDsdHOFvBsQdbwRw=";
|
||||
hash = "sha256-Tj9/fqCjRbjVlH32toSl8XKc1nmIj0gmR0+xRBlvHpY=";
|
||||
};
|
||||
|
||||
npmDeps = buildNpmPackage {
|
||||
|
||||
Reference in New Issue
Block a user