baikal: 0.10.1 -> 0.11.1 (#467907)

This commit is contained in:
Nick Cao
2026-02-17 00:21:38 +00:00
committed by GitHub
3 changed files with 536 additions and 395 deletions
+6
View File
@@ -8885,6 +8885,12 @@
githubId = 74379;
name = "Florian Pester";
};
flyingpeakock = {
email = "nix@phlipphlop.me";
github = "flyingpeakock";
githubId = 21244519;
name = "Philip Johansson";
};
fmhoeger = {
email = "fmhoeger@mirsem.org";
name = "fmhoeger";
+526 -390
View File
File diff suppressed because it is too large Load Diff
+4 -5
View File
@@ -5,23 +5,22 @@
}:
php.buildComposerProject2 (finalAttrs: {
pname = "baikal";
version = "0.10.1";
version = "0.11.1";
src = fetchFromGitHub {
owner = "sabre-io";
repo = "Baikal";
tag = finalAttrs.version;
hash = "sha256-YQQwTdwfHQZdUhO5HbScj/Bl8ype7TtPI3lHjvz2k04=";
hash = "sha256-+rOaPgVD5q2LoTXG3PM2x9EyOExt7CRPU+HQouwgaqI=";
};
# It doesn't provide a composer.lock file, we have to generate manually.
composerLock = ./composer.lock;
vendorHash = "sha256-TM0dyr90bUDxUwywwkeHh0pAWkTB8FV3ricWCHGxA7k=";
vendorHash = "sha256-QE8i59MP24BdZjzzgQVfTuhL4v9l60KxpKj4+lkdomE=";
meta = {
description = "Lightweight CalDAV+CardDAV server that offers an extensive web interface with easy management of users, address books and calendars";
homepage = "https://sabre.io/baikal/";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ wrvsrx ];
maintainers = with lib.maintainers; [ flyingpeakock ];
};
})