diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-23 12:04:08 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-23 12:04:08 +0100 |
commit | a718b966d80612cf9973da82d8fa8c632b21b152 (patch) | |
tree | 8cc4d090b2fa6e7a4287716c1f586b0f87fc4dd3 /virtual/modules/websites | |
parent | 9d90e7e281e8f4cf9371c17c812a1ac9c08aa66d (diff) | |
download | Nix-a718b966d80612cf9973da82d8fa8c632b21b152.tar.gz Nix-a718b966d80612cf9973da82d8fa8c632b21b152.tar.zst Nix-a718b966d80612cf9973da82d8fa8c632b21b152.zip |
Change Chloe spip version
Diffstat (limited to 'virtual/modules/websites')
-rw-r--r-- | virtual/modules/websites/chloe/chloe.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/modules/websites/chloe/chloe.nix b/virtual/modules/websites/chloe/chloe.nix index dcf076d..355cca7 100644 --- a/virtual/modules/websites/chloe/chloe.nix +++ b/virtual/modules/websites/chloe/chloe.nix | |||
@@ -101,10 +101,10 @@ let | |||
101 | }); | 101 | }); |
102 | webRoot = stdenv.mkDerivation rec { | 102 | webRoot = stdenv.mkDerivation rec { |
103 | name = "chloe-${environment}-spip-${version}"; | 103 | name = "chloe-${environment}-spip-${version}"; |
104 | version = "3.2"; | 104 | version = "3.2.3"; |
105 | src = fetchzip { | 105 | src = fetchzip { |
106 | url = "http://files.spip.org/spip/stable/spip-${version}.zip"; | 106 | url = "https://files.spip.net/spip/archives/SPIP-v${version}.zip"; |
107 | sha256 = "0cacpxs9nv61i3hzd3nbmplq4mp22s886llhacp3n4923jd6snx5"; | 107 | sha256 = "1r1mjvsnrp6mvkgjakvi3x4ms8m8k5mp93micbbg8r99fj7qlfkq"; |
108 | }; | 108 | }; |
109 | paches = [ ../commons/spip/spip_ldap_patch.patch ]; | 109 | paches = [ ../commons/spip/spip_ldap_patch.patch ]; |
110 | buildPhase = '' | 110 | buildPhase = '' |