about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 12:38:26 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 12:38:26 -0700
commitdcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b (patch)
tree7778f4a402a6d0c6b8d5cc0aab4d66a488ba08d9
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixlib-dcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b.tar
nixlib-dcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b.tar.gz
nixlib-dcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b.tar.bz2
nixlib-dcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b.tar.lz
nixlib-dcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b.tar.xz
nixlib-dcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b.tar.zst
nixlib-dcbfbb40fc1a15fdba62bd59d6d2b36ed12bd75b.zip
mod_wsgi: 4.6.3 -> 4.6.4
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.4 with grep in /nix/store/q2skhgd8vwbrff24z9v979h92dwnza35-mod_wsgi-4.6.4
- directory tree listing: https://gist.github.com/aa4e38d80fddf2c367d88e0578a73fb0
-rw-r--r--pkgs/servers/http/apache-modules/mod_wsgi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
index 0599d3affc89..948ef345e10d 100644
--- a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mod_wsgi-${version}";
-  version = "4.6.3";
+  version = "4.6.4";
 
   src = fetchurl {
     url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
-    sha256 = "1vi2bf2spak70qqc1c673a7pwmzq01gmli43xwhrwdw7l2ig4wj9";
+    sha256 = "1hyaxr9km7cj4k6b0d6xx3bplpa8483fhyk9x802sl22m3f2vc1k";
   };
 
   buildInputs = [ apacheHttpd python2 ];