Skip to content

Commit

Permalink
Merge pull request nixcloud#58 from eliasp/update-roundcube-1.3.9
Browse files Browse the repository at this point in the history
roundcube: bump to roundcube 1.3.9
  • Loading branch information
qknight authored Sep 8, 2019
2 parents 961f769 + 103066d commit 59ee2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/web/services/roundcube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ in
};

config = let
version = "1.3.8";
version = "1.3.9";
roundcubeRoot = pkgs.stdenv.mkDerivation rec {
name= "roundcube-${version}";

src = pkgs.fetchurl {
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
sha256 = "018djad7ygfl9c9f2l2j42qkg31ml3hs2f01f0dk361zckwk77n4";
sha256 = "726db4ffb33a7154dd432cbb99810ab9d02512c7f1987a6119e9ac7f595521ad";
};

buildPhase = ''
Expand Down

0 comments on commit 59ee2ae

Please sign in to comment.