diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-26 23:24:47 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-27 00:13:38 +0200 |
commit | ea8a30bb052f8341703baa7a3e2d3e660fc08e7f (patch) | |
tree | 2e7d4f4696031f4b5d3bebf729e7a7d4d2644066 /flakes/mypackages/pkgs/webapps/roundcubemail | |
parent | 6ce9fbebb8f1da12911e40ad9b01666c3df42b60 (diff) | |
download | Nix-ea8a30bb052f8341703baa7a3e2d3e660fc08e7f.tar.gz Nix-ea8a30bb052f8341703baa7a3e2d3e660fc08e7f.tar.zst Nix-ea8a30bb052f8341703baa7a3e2d3e660fc08e7f.zip |
Upgrade spip and roundcube
Diffstat (limited to 'flakes/mypackages/pkgs/webapps/roundcubemail')
-rw-r--r-- | flakes/mypackages/pkgs/webapps/roundcubemail/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flakes/mypackages/pkgs/webapps/roundcubemail/default.nix b/flakes/mypackages/pkgs/webapps/roundcubemail/default.nix index bdddf2f..a786e86 100644 --- a/flakes/mypackages/pkgs/webapps/roundcubemail/default.nix +++ b/flakes/mypackages/pkgs/webapps/roundcubemail/default.nix | |||
@@ -57,11 +57,11 @@ let | |||
57 | sha256 = "0j46y9ack2yq67naca6nfysbmyilwjlkl29dbswidf1lq09yhhj3"; | 57 | sha256 = "0j46y9ack2yq67naca6nfysbmyilwjlkl29dbswidf1lq09yhhj3"; |
58 | }; | 58 | }; |
59 | package = stdenv.mkDerivation rec { | 59 | package = stdenv.mkDerivation rec { |
60 | version = "1.4.4"; | 60 | version = "1.4.15"; |
61 | name = "roundcubemail-${version}"; | 61 | name = "roundcubemail-${version}"; |
62 | src= fetchurl { | 62 | src= fetchurl { |
63 | url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/${name}-complete.tar.gz"; | 63 | url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/${name}-complete.tar.gz"; |
64 | sha256 = "1my726p0wmsn21nbdsjx02h6hnbh8nidzipzdy0gk0qgda1j729b"; | 64 | sha256 = "sha256-0CRVGmPCjMOUPEELpWk93TifchXUbzhUvS55IOgaAh8="; |
65 | }; | 65 | }; |
66 | patches = [ ./add_all.patch ]; # This patch includes js modification which requires to re-run the jsshrink below | 66 | patches = [ ./add_all.patch ]; # This patch includes js modification which requires to re-run the jsshrink below |
67 | buildInputs = [ unzip jre ]; | 67 | buildInputs = [ unzip jre ]; |