[Backport release-25.11] nextcloud{32,33}Apps: add oidc, update all (#517585)

This commit is contained in:
Jhonas Wernery
2026-06-03 16:53:15 +00:00
committed by GitHub
4 changed files with 185 additions and 174 deletions

View File

@@ -61,14 +61,14 @@ in
};
nextcloud32 = generic {
version = "32.0.9";
hash = "sha256-/W1ZGXXv3hyvDoQnqCuqVaSot65kPaKe2D4pnCCMHu4=";
version = "32.0.10";
hash = "sha256-D/zIqDOIJezowzco7gzaTvjquI6Pu80Z9IsE4t0KNXo=";
packages = nextcloud32Packages;
};
nextcloud33 = generic {
version = "33.0.3";
hash = "sha256-XBBS+GCzWqVrJLwmE6a+oMIjE7n70CuwJHwfC52/d9I=";
version = "33.0.4";
hash = "sha256-9LHNbdBSXGuoiPLMHw8fU3mdbRfLDXz2YFQuxMvNenI=";
packages = nextcloud33Packages;
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -30,6 +30,7 @@
, "news": "agpl3Plus"
, "nextpod": "agpl3Only"
, "notes": "agpl3Plus"
, "oidc": "agpl3Only"
, "oidc_login": "agpl3Only"
, "onlyoffice": "asl20"
, "phonetrack": "agpl3Plus"