]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Upgrade spip and roundcube
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 26 Oct 2023 21:24:47 +0000 (23:24 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 26 Oct 2023 22:13:38 +0000 (00:13 +0200)
flakes/mypackages/pkgs/webapps/roundcubemail/default.nix
flakes/mypackages/pkgs/webapps/spip/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 ];
index 20d5c8c32a3a8f083754ec462ef6955a0f3aea81..3f335a77ecce92319316090d6d80db4a1bebce23 100644 (file)
@@ -7,10 +7,11 @@
 let
   app = stdenv.mkDerivation rec {
     name = "${siteName}-${environment}-spip-${version}";
-    version = "3.2.7";
+    version = "3.2.18";
     src = fetchzip {
-      url = "https://files.spip.net/spip/archives/SPIP-v${version}.zip";
-      sha256 = "0n4kc95nhn524zbb11bpfjs965pm4v026s3m3q44pl8nyms91r33";
+      url = "https://files.spip.net/spip/archives/spip-v${version}.zip";
+      sha256 = "sha256-KNw9G3PEHpVvsBvKsZfqNaymhwHkJ28F8a44qr5tQyw=";
+      stripRoot = false;
     };
     paches = lib.optionals ldap [ ./spip_ldap_patch.patch ];
     buildPhase = ''