Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, apacheHttpd }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mod_evasive_1.10.1";
|
||||
name = "mod_evasive-1.10.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz;
|
||||
|
||||
Reference in New Issue
Block a user