pretix: 2026.4.0 -> 2026.4.1

https://github.com/pretix/pretix/compare/v2026.4.0...v2026.4.1
This commit is contained in:
Martin Weinelt
2026-05-04 14:59:38 +02:00
parent 01b1a9cb23
commit 608dac7589
+2 -2
View File
@@ -51,13 +51,13 @@ let
};
pname = "pretix";
version = "2026.4.0";
version = "2026.4.1";
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
tag = "v${version}";
hash = "sha256-M5ty2kcIyVAFzGiieLx1FHIRXnl4jCR/O2IU7kztV3U=";
hash = "sha256-afqhPiTg1g2rnJOl8yFYq/p2/fIxpfTp/3jbTXpiRZQ=";
};
npmDeps = buildNpmPackage {