chore: update Nextcloud to 27

This commit is contained in:
Inex Code 2024-06-13 11:01:09 +03:00
parent 94d016e5f5
commit aff7237384
2 changed files with 9 additions and 9 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1716361217, "lastModified": 1718265227,
"narHash": "sha256-mzZDr00WUiUXVm1ujBVv6A0qRd8okaITyUp4ezYRgc4=", "narHash": "sha256-SPG0lf/kcPVrsUkCCj3lsDx3Bo2HD7hIFjJvybmAN7g=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "46397778ef1f73414b03ed553a3368f0e7e33c2f", "rev": "50d28be03a48ddad01b755e8032a3ae65cf7fae2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1716580438, "lastModified": 1716635571,
"narHash": "sha256-wWKhCiRmjrFgnHUgcxBb2mtBy9uTrY93yxpMYh/wpVY=", "narHash": "sha256-ZSoAOwXGDXSQePqAiwig4EslKuQh4yX6h/jDytBCpvo=",
"ref": "master", "ref": "refs/heads/master",
"rev": "4f1d44ce74432e745f0be3b192f8cc4ae06fd169", "rev": "a742e66cc32fcf8420f5580c8fc78ea4a82c6468",
"revCount": 1304, "revCount": 1305,
"type": "git", "type": "git",
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
}, },

View file

@ -54,7 +54,7 @@
}; };
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud26; package = pkgs.nextcloud27;
inherit hostName; inherit hostName;
# Use HTTPS for links # Use HTTPS for links