pretix: 2026.3.0 -> 2026.3.1 (#508091)

This commit is contained in:
Martin Weinelt
2026-04-08 22:56:23 +00:00
committed by GitHub
+2 -2
View File
@@ -51,13 +51,13 @@ let
};
pname = "pretix";
version = "2026.3.0";
version = "2026.3.1";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
tag = "v${version}";
hash = "sha256-D8i8wRdPak1L0D451WP7upr3yn+8SzG/0wuWD/EsemM=";
hash = "sha256-E/WJRuugcfy/r6USS37G73PiHg8DuYRFSq0e19XIRJg=";
};
npmDeps = buildNpmPackage {