pretix: 2025.7.0 -> 2025.7.1

https://pretix.eu/about/en/blog/20250823-release-2025-7-1/
This commit is contained in:
Martin Weinelt
2025-08-23 12:44:16 +02:00
parent c8b23bcbe4
commit 329ef07609
+2 -2
View File
@@ -42,13 +42,13 @@ let
};
pname = "pretix";
version = "2025.7.0";
version = "2025.7.1";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
rev = "refs/tags/v${version}";
hash = "sha256-fKAHakrgvtkQR/dpXWL0prsq90TvEdYaS6FLyaI8MrM=";
hash = "sha256-emPzCwViqbGqlQRYmyamhQ5y6a3g67TTYIdv6FWbGEU=";
};
npmDeps = buildNpmPackage {