From 52dd19be1b38af9182f89ba62bbb56b3480ab39e Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Wed, 3 Jul 2013 02:47:14 +0200 Subject: [PATCH] plone: plone_recipe_varnish updated to 1.3dev to support varnish >= 3 --- pkgs/development/web/plone/4.3.nix | 6 +++--- 1 file 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 ];