nextcloud26: 26.0.12 -> 26.0.13
Changelog: https://nextcloud.com/changelog/#26-0-13
This commit is contained in:
parent
cd75d22750
commit
aa7ffdd1e5
1 changed files with 3 additions and 3 deletions
|
@ -43,13 +43,13 @@ let
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
nextcloud26 = generic {
|
nextcloud26 = generic {
|
||||||
version = "26.0.12";
|
version = "26.0.13";
|
||||||
hash = "sha256-fuTAIAJB9pRfMd0Ewh19FmY0Vj4MuH1iMkkS1BiTI0w=";
|
hash = "sha256-CjYt96EjM0j5nRhT/X558GZ7VSwUXcRQEvq1SsMcea4=";
|
||||||
packages = nextcloud26Packages;
|
packages = nextcloud26Packages;
|
||||||
};
|
};
|
||||||
|
|
||||||
nextcloud27 = generic {
|
nextcloud27 = generic {
|
||||||
version = "27.1.7";
|
version = "27.1.8";
|
||||||
hash = "sha256-hEPi0bsojcQU+q0Kb+/i41uznt0359pcXzTexsDdG+s=";
|
hash = "sha256-hEPi0bsojcQU+q0Kb+/i41uznt0359pcXzTexsDdG+s=";
|
||||||
packages = nextcloud27Packages;
|
packages = nextcloud27Packages;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue