about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-09-17 01:54:47 -0600
committerGitHub <noreply@github.com>2023-09-17 01:54:47 -0600
commiteda71016f893f6e926fb8bec5ec3a7d054da1627 (patch)
tree61395782e7c25350e53612b8be347c699b1629a6 /pkgs/servers
parentdf5cf7a1eb2f84976b1560bb368d6a27afb3cea3 (diff)
parent99f70f9717e69a50548369f4864e75af99d3c100 (diff)
Merge pull request #255286 from Ma27/bump-roundcube
roundcube: 1.6.2 -> 1.6.3
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/roundcube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/roundcube/default.nix b/pkgs/servers/roundcube/default.nix
index ee9fff2307485..26dab5953811c 100644
--- a/pkgs/servers/roundcube/default.nix
+++ b/pkgs/servers/roundcube/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "roundcube";
-  version = "1.6.2";
+  version = "1.6.3";
 
   src = fetchurl {
     url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
-    sha256 = "sha256-yJgwfZXMSEGM+VUX71K1sAiMUAFPZ6bvgVdjQoqAQ/A=";
+    sha256 = "sha256-XmDM1Q9i+wDEPTNewIqb2vvyvdAlUiVsxACZCLOa2Y8=";
   };
 
   patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];