mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
mod_wsgi: update from 3.3 to 3.4
This commit is contained in:
parent
ed25859f07
commit
1671054702
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, apacheHttpd, python }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mod_wsgi-3.3";
|
||||
name = "mod_wsgi-3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://modwsgi.googlecode.com/files/mod_wsgi-3.3.tar.gz";
|
||||
sha256 = "0hrjksym0dlqn1ka1yf3x6ar801zqxfykwcxazjwz104k5w10vnr";
|
||||
url = "http://modwsgi.googlecode.com/files/mod_wsgi-3.4.tar.gz";
|
||||
sha256 = "1s5nnjssvcl6lzy7kxmrk47yz6sgfzk90i1y7jml0s0lks7ck1df";
|
||||
};
|
||||
|
||||
buildInputs = [ apacheHttpd python ];
|
||||
|
Loading…
Reference in New Issue
Block a user