baikal: 0.11.1 -> 0.12.1

This commit is contained in:
Philip Johansson
2026-08-07 21:54:19 +02:00
parent 7839191c13
commit b388e10733
2 changed files with 374 additions and 172 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,17 +5,17 @@
}:
php.buildComposerProject2 (finalAttrs: {
pname = "baikal";
version = "0.11.1";
version = "0.12.1";
src = fetchFromGitHub {
owner = "sabre-io";
repo = "Baikal";
tag = finalAttrs.version;
hash = "sha256-+rOaPgVD5q2LoTXG3PM2x9EyOExt7CRPU+HQouwgaqI=";
hash = "sha256-gouksOoh+QocfyN5FS2Fz0DPjR0IM2dFqvtfTZA7C9Y=";
};
# It doesn't provide a composer.lock file, we have to generate manually.
composerLock = ./composer.lock;
vendorHash = "sha256-QE8i59MP24BdZjzzgQVfTuhL4v9l60KxpKj4+lkdomE=";
vendorHash = "sha256-s4ePm6gH7Xid+qkvVqumJrDFz/7HuoCeaeN5bgdQOMY=";
meta = {
description = "Lightweight CalDAV+CardDAV server that offers an extensive web interface with easy management of users, address books and calendars";