summary refs log tree commit diff
path: root/pkgs/servers/roundcube
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-09-27 22:08:08 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-09-27 22:09:35 +0200
commitf09ae7e371257daad29ecdf1c5e041f09e4acd2f (patch)
treea6ac6fc73da0e85718d14698be67b7bc2cfaaaa1 /pkgs/servers/roundcube
parent31dff5cab8a6b30f90d65b8dc56dbb148ba628cf (diff)
downloadnixpkgs-f09ae7e371257daad29ecdf1c5e041f09e4acd2f.tar
nixpkgs-f09ae7e371257daad29ecdf1c5e041f09e4acd2f.tar.gz
nixpkgs-f09ae7e371257daad29ecdf1c5e041f09e4acd2f.tar.bz2
nixpkgs-f09ae7e371257daad29ecdf1c5e041f09e4acd2f.tar.lz
nixpkgs-f09ae7e371257daad29ecdf1c5e041f09e4acd2f.tar.xz
nixpkgs-f09ae7e371257daad29ecdf1c5e041f09e4acd2f.tar.zst
nixpkgs-f09ae7e371257daad29ecdf1c5e041f09e4acd2f.zip
roundcube: 1.4.8 -> 1.4.9
https://github.com/roundcube/roundcubemail/releases/tag/1.4.9
Diffstat (limited to 'pkgs/servers/roundcube')
-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 d46972eae21..98ce4f25a2e 100644
--- a/pkgs/servers/roundcube/default.nix
+++ b/pkgs/servers/roundcube/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "roundcube";
-  version = "1.4.8";
+  version = "1.4.9";
 
   src = fetchurl {
     url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
-    sha256 = "0jkas28k7px95sm3zix86ggraxc9vyy66271sgpr2wrmbg2r056r";
+    sha256 = "1cpcr3abjq1f2af0ca571y976yni48z3rh3x146c6ninl5ip9b4z";
   };
 
   patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];