summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-04-29 23:57:14 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-04-29 23:57:14 +0200
commit87819f95219639b1572d97bf9f0af1a6401c9aae (patch)
treeb6eec8f0edf326f714c4fd45b078ce22b0689483
parentMerge pull request #86340 from 7c6f434c/monotone-no-botan-openssl-19.09 (diff)
downloadnixpkgs-87819f95219639b1572d97bf9f0af1a6401c9aae.tar.gz
roundcube: 1.3.10 -> 1.3.11
https://github.com/roundcube/roundcubemail/releases/tag/1.3.11 This contains some important security fixes, hence the package-bump.
-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 93499d87e0b6..f72a07cc90f4 100644
--- a/pkgs/servers/roundcube/default.nix
+++ b/pkgs/servers/roundcube/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "roundcube";
- version = "1.3.10";
+ version = "1.3.11";
src = fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
- sha256 = "1gx8dgrr3p6fksv3pm381a080i9r6snwcmfd1q112mqg19ai3zk9";
+ sha256 = "1bqqaq77m21p8j416hbmxhx1cwyxhvabv19svbw5yhi89f56xzx5";
};
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];