nextcloud32: 32.0.11 -> 32.0.12

ChangeLog: https://github.com/nextcloud/server/releases/tag/v32.0.12
This commit is contained in:
Maximilian Bosch 2026-06-25 15:59:38 +02:00
commit dd9d37cbdc
No known key found for this signature in database

View file

@ -53,8 +53,8 @@ let
in
{
nextcloud32 = generic {
version = "32.0.11";
hash = "sha256-vvIY5Yeczhy/0Q0gfVG1iiYPGQ1U/VcZkx7coMWdRiQ=";
version = "32.0.12";
hash = "sha256-rxWPclccjhXim8E2wjqSEYjOHVZoVQAK2U+JuAqPGAw=";
packages = nextcloud32Packages;
};