nextcloud27: 27.1.5 -> 27.1.6, nextcloud26: 26.0.10 -> 26.0.11

This commit is contained in:
Samy Lahfa 2024-01-25 20:36:07 +01:00
parent e041a4bbea
commit 43fcbbff73

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;
};