pretix: 2024.7.0 -> 2024.7.1 (#337592)

This commit is contained in:
Martin Weinelt 2024-08-27 02:39:15 +02:00 committed by GitHub
commit 8a4ba48acc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,13 +51,13 @@ let
};
pname = "pretix";
version = "2024.7.0";
version = "2024.7.1";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
rev = "refs/tags/v${version}";
hash = "sha256-08ykuFPcG3WvinJd9zadirXFqsMt9GbdOGU2CGbW7ls=";
hash = "sha256-lOcV3+CNGyKR0QiQXr/hP/9rhWauEvnSLOvxmQa/DSg=";
};
npmDeps = buildNpmPackage {