about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2023-09-21 23:01:57 +0200
committerGitHub <noreply@github.com>2023-09-21 23:01:57 +0200
commit1c71cd4e460e4761da5c4f460e756036b22e1182 (patch)
treebab3f2c7efabf4096ff6fb4823ece8af9e3f3e2d /pkgs
parentc5523f710ff9afa16d2fcde050e7a6b2bcd934cf (diff)
parent390b4834686087a44dd869f1add21c8059a8c6d9 (diff)
Merge pull request #256511 from SuperSandro2000/nextcloud
nextcloud25: 25.0.11 -> 25.0.12, nextcloud26: 26.0.6 -> 26.0.7, nextcloud27: 27.1.0 -> 27.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/nextcloud/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix
index 5c0ead3ea5fae..ec45f7565667f 100644
--- a/pkgs/servers/nextcloud/default.nix
+++ b/pkgs/servers/nextcloud/default.nix
@@ -60,20 +60,20 @@ in {
   '';
 
   nextcloud25 = generic {
-    version = "25.0.11";
-    hash = "sha256-UkOCknG6t9uN8ry3dGZ0y7DS3KlQu7mS5K6UO+N+rtE=";
+    version = "25.0.12";
+    hash = "sha256-UgMYQkEdh7hjL47EEq14y0K9VIi+LT77/OSmhRykTYw=";
     packages = nextcloud25Packages;
   };
 
   nextcloud26 = generic {
-    version = "26.0.6";
-    hash = "sha256-LKyP2S0kgjDc0Ea7u0RGmyIPWLAQ5j+V2APZhXVer2Y=";
+    version = "26.0.7";
+    hash = "sha256-vtJEqLlNE7YWqSdAUhZwwdZ9Q8SAR3I/sTGAv/bUjpI=";
     packages = nextcloud26Packages;
   };
 
   nextcloud27 = generic {
-    version = "27.1.0";
-    hash = "sha256-wxZwWeacUXt64H87sLgyQz0yRnWFkIH+lT6kG8ffEkI=";
+    version = "27.1.1";
+    hash = "sha256-OpFQBWaHRnVnb6O1v64lh6g5zeQd+sUxgEOxYsExH6s=";
     packages = nextcloud27Packages;
   };