0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nextcloud: correct stateversion logic

This commit is contained in:
Maximilian Bosch 2024-10-01 12:44:35 +02:00
parent a55948a786
commit 20ed9ccd88
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -862,6 +862,7 @@ in {
`pkgs.nextcloud`.
''
else if versionOlder stateVersion "24.05" then nextcloud27
else if versionOlder stateVersion "24.11" then nextcloud29
else nextcloud30
);