pretix: 2025.3.0 -> 2025.4.0

https://pretix.eu/about/en/blog/20250428-release-2025-4-0/
This commit is contained in:
Martin Weinelt 2025-04-29 03:26:59 +02:00
parent 76e2d00614
commit c0c7eea70b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -40,13 +40,13 @@ let
};
pname = "pretix";
version = "2025.3.0";
version = "2025.4.0";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
rev = "refs/tags/v${version}";
hash = "sha256-D/j1RzKhRvdqMxcHg/NPZSoroN3etzh6/V38XV9W1cs=";
hash = "sha256-K/llv85CWp+V70BiYAR7lT+urGdLbXBhWpCptxUqDrc=";
};
npmDeps = buildNpmPackage {
@ -54,7 +54,7 @@ let
inherit version src;
sourceRoot = "${src.name}/src/pretix/static/npm_dir";
npmDepsHash = "sha256-6qjG0p7pLtTd9CBVVzoeUPv6Vdr5se1wuI5qcKJH2Os=";
npmDepsHash = "sha256-FqwgHmIUfcipVbeXmN4uYPHdmnuaSgOQ9LHgKRf16ys=";
dontBuild = true;