mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 07:07:49 +00:00
mod_wsgi: 4.6.2 -> 4.6.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mod_wsgi/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 4.6.3 with grep in /nix/store/gbxacl8l13m47bgjr1gnqarwi24jpchg-mod_wsgi-4.6.3 - directory tree listing: https://gist.github.com/a4132a8c78a2ba061a8c9c4b629bb2ae
This commit is contained in:
parent
2a13e8fdb2
commit
e22adf301b
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mod_wsgi-${version}";
|
||||
version = "4.6.2";
|
||||
version = "4.6.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
|
||||
sha256 = "0gviv9x4w4i8d26d8vyrr8zk4p5hdx63rxpzqw769cmhvvy8r3g2";
|
||||
sha256 = "1vi2bf2spak70qqc1c673a7pwmzq01gmli43xwhrwdw7l2ig4wj9";
|
||||
};
|
||||
|
||||
buildInputs = [ apacheHttpd python2 ];
|
||||
|
Loading…
Reference in New Issue
Block a user