Merge pull request #239368 from Ma27/bump-nextcloud

nextcloud: 25.0.7 -> 25.0.8, 26.0.2 -> 26.0.3
This commit is contained in:
Pascal Bach 2023-06-23 20:53:01 +02:00 committed by GitHub
commit e40bf8999c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,14 +60,14 @@ in {
'';
nextcloud25 = generic {
version = "25.0.7";
sha256 = "sha256-LpAUcSXW1riFpW3PnAC774tKE1PNE6ypVRXZlnZvNF8=";
version = "25.0.8";
sha256 = "sha256-Ia6afooDCNDZsGSoh5dddZvLUE3fU+jU6sy6MrxUMVs=";
packages = nextcloud25Packages;
};
nextcloud26 = generic {
version = "26.0.2";
sha256 = "sha256-89sOxeCq/3wIjrNPdS1315kTvGeE4PxHqEzaoo5WejM=";
version = "26.0.3";
sha256 = "sha256-pagQy818Pc/yXyKAkyHy7UHtfMBgEgRImskOJYBgtck=";
packages = nextcloud26Packages;
};