mod_wsgi: update from 3.3 to 3.4
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, apacheHttpd, python }:
|
{ stdenv, fetchurl, apacheHttpd, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "mod_wsgi-3.3";
|
name = "mod_wsgi-3.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://modwsgi.googlecode.com/files/mod_wsgi-3.3.tar.gz";
|
url = "http://modwsgi.googlecode.com/files/mod_wsgi-3.4.tar.gz";
|
||||||
sha256 = "0hrjksym0dlqn1ka1yf3x6ar801zqxfykwcxazjwz104k5w10vnr";
|
sha256 = "1s5nnjssvcl6lzy7kxmrk47yz6sgfzk90i1y7jml0s0lks7ck1df";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ apacheHttpd python ];
|
buildInputs = [ apacheHttpd python ];
|
||||||
|
|||||||
Reference in New Issue
Block a user