aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/roundcubemail/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-29 21:56:15 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-29 21:57:00 +0100
commit0c67c58418d0b69135109765226e31137bd13c0a (patch)
tree7bd848f2caf4a615955b9869d4bf772311eb503a /pkgs/webapps/roundcubemail/default.nix
parent0e3747095920c0dcfeee74ebe6f280b0defc02c5 (diff)
downloadNix-0c67c58418d0b69135109765226e31137bd13c0a.tar.gz
Nix-0c67c58418d0b69135109765226e31137bd13c0a.tar.zst
Nix-0c67c58418d0b69135109765226e31137bd13c0a.zip
Update sums after github cache expiration
Diffstat (limited to 'pkgs/webapps/roundcubemail/default.nix')
-rw-r--r--pkgs/webapps/roundcubemail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/webapps/roundcubemail/default.nix b/pkgs/webapps/roundcubemail/default.nix
index 2b22b29..bdddf2f 100644
--- a/pkgs/webapps/roundcubemail/default.nix
+++ b/pkgs/webapps/roundcubemail/default.nix
@@ -53,8 +53,8 @@ let
53 }); 53 });
54 in newRoundcube; 54 in newRoundcube;
55 shrinker = fetchurl { 55 shrinker = fetchurl {
56 url = "http://dl.google.com/closure-compiler/compiler-latest.zip"; 56 url = "https://dl.google.com/closure-compiler/compiler-20200719.zip";
57 sha256 = "0naf3kflhlkm17ls1x7mgddd3b01f8yzbbbdjqwy5m12jmkzl2d5"; 57 sha256 = "0j46y9ack2yq67naca6nfysbmyilwjlkl29dbswidf1lq09yhhj3";
58 }; 58 };
59 package = stdenv.mkDerivation rec { 59 package = stdenv.mkDerivation rec {
60 version = "1.4.4"; 60 version = "1.4.4";