]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/mypackages/pkgs/webapps/roundcubemail/default.nix
Upgrade spip and roundcube
[perso/Immae/Config/Nix.git] / flakes / mypackages / pkgs / webapps / roundcubemail / default.nix
index bdddf2fdf6e22df5f8d83cde0227421426c33041..a786e86cc8184bb3aadb22a997fc63bf1f781eb8 100644 (file)
@@ -57,11 +57,11 @@ let
     sha256 = "0j46y9ack2yq67naca6nfysbmyilwjlkl29dbswidf1lq09yhhj3";
   };
   package = stdenv.mkDerivation rec {
-    version = "1.4.4";
+    version = "1.4.15";
     name = "roundcubemail-${version}";
     src= fetchurl {
       url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/${name}-complete.tar.gz";
-      sha256 = "1my726p0wmsn21nbdsjx02h6hnbh8nidzipzdy0gk0qgda1j729b";
+      sha256 = "sha256-0CRVGmPCjMOUPEELpWk93TifchXUbzhUvS55IOgaAh8=";
     };
     patches = [ ./add_all.patch ]; # This patch includes js modification which requires to re-run the jsshrink below
     buildInputs = [ unzip jre ];