summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2013-07-03 02:47:14 +0200
committerRok Garbas <rok@garbas.si>2013-07-03 02:47:14 +0200
commit52dd19be1b38af9182f89ba62bbb56b3480ab39e (patch)
tree39011b7effef1a31ceadbbb4733d3a8d01bfc18c /pkgs/development/web
parent79ec396f6ff3ee35804dad96e864c41f3ba45e6d (diff)
downloadnixpkgs-52dd19be1b38af9182f89ba62bbb56b3480ab39e.tar
nixpkgs-52dd19be1b38af9182f89ba62bbb56b3480ab39e.tar.gz
nixpkgs-52dd19be1b38af9182f89ba62bbb56b3480ab39e.tar.bz2
nixpkgs-52dd19be1b38af9182f89ba62bbb56b3480ab39e.tar.lz
nixpkgs-52dd19be1b38af9182f89ba62bbb56b3480ab39e.tar.xz
nixpkgs-52dd19be1b38af9182f89ba62bbb56b3480ab39e.tar.zst
nixpkgs-52dd19be1b38af9182f89ba62bbb56b3480ab39e.zip
plone: plone_recipe_varnish updated to 1.3dev to support varnish >= 3
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/plone/4.3.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/web/plone/4.3.nix b/pkgs/development/web/plone/4.3.nix
index 7da9a7a47c5..db209292442 100644
--- a/pkgs/development/web/plone/4.3.nix
+++ b/pkgs/development/web/plone/4.3.nix
@@ -1229,10 +1229,10 @@ let plone43Packages = pythonPackages.python.modules // rec {
   };
 
   plone_recipe_varnish = buildPythonPackage rec {
-    name = "plone.recipe.varnish-1.2.2";
+    name = "plone.recipe.varnish-1.3dev";
     src = fetchurl {
-      url = "http://pypi.python.org/packages/source/p/plone.recipe.varnish/plone.recipe.varnish-1.2.2.zip";
-      md5 = "100f8bd4857926b8aa1c6decfd05626b";
+      url = "https://github.com/collective/plone.recipe.varnish/archive/38ef4a86ce2e1c407e35ab36487bc1311c4eb1e3.zip";
+      md5 = "9aa448793ca115790d38df6f676bd7d8";
     };
     buildInputs = [ pkgs.unzip ];
     propagatedBuildInputs = [ zc_buildout setuptools ];