[Backport release-26.05] nextcloud: 32.0.11 -> 32.0.12, 33.0.5 -> 33.0.6 (#535312)

This commit is contained in:
Maximilian Bosch 2026-06-25 16:52:00 +00:00 committed by GitHub
commit 9c71c7ab66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,14 +53,14 @@ let
in
{
nextcloud32 = generic {
version = "32.0.11";
hash = "sha256-vvIY5Yeczhy/0Q0gfVG1iiYPGQ1U/VcZkx7coMWdRiQ=";
version = "32.0.12";
hash = "sha256-rxWPclccjhXim8E2wjqSEYjOHVZoVQAK2U+JuAqPGAw=";
packages = nextcloud32Packages;
};
nextcloud33 = generic {
version = "33.0.5";
hash = "sha256-7Ua5HY2k4fAjTQGIslvulEj6LzAYh+WygBPmtUfW3Mo=";
version = "33.0.6";
hash = "sha256-eRghpVAplE3gQxnPyvysSujn71a0zR78JjG/MLedFt4=";
packages = nextcloud33Packages;
};