nextcloud26: 26.0.11 -> 26.0.12

Changelog: https://nextcloud.com/changelog/#26-0-12
This commit is contained in:
Robert Schütz
2024-03-01 08:48:20 -08:00
parent ae230e25ce
commit 51f28cf7f2
+2 -2
View File
@@ -43,8 +43,8 @@ let
};
in {
nextcloud26 = generic {
version = "26.0.11";
hash = "sha256-Vc0QCCy495oYeRnpWaYwc4Nf4D/ko4VsODoKcS7YADA=";
version = "26.0.12";
hash = "sha256-fuTAIAJB9pRfMd0Ewh19FmY0Vj4MuH1iMkkS1BiTI0w=";
packages = nextcloud26Packages;
};