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:
commit
f4520723eb
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue