3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283820 from AkechiShiro/nextcloud-update-26-27-25jan2024

nextcloud27: 27.1.5 -> 27.1.6, nextcloud26: 26.0.10 -> 26.0.11
This commit is contained in:
Maximilian Bosch 2024-01-25 23:31:15 +01:00 committed by GitHub
commit f4520723eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,14 +43,14 @@ let
};
in {
nextcloud26 = generic {
version = "26.0.10";
hash = "sha256-yArkYMxOmvfQsJd6TJJX+t22a/V5OW9nwHfgLZsmlIw=";
version = "26.0.11";
hash = "sha256-Vc0QCCy495oYeRnpWaYwc4Nf4D/ko4VsODoKcS7YADA=";
packages = nextcloud26Packages;
};
nextcloud27 = generic {
version = "27.1.5";
hash = "sha256-O1NMmOdrf+2Mo5NMrUGbEK9YViWfMTvsIs06e/pu+WE=";
version = "27.1.6";
hash = "sha256-rntyt/xSWsSXmMLeaml6TP8ls0ly1p1GmVmIXTNRvvo=";
packages = nextcloud27Packages;
};