aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/uwsgi
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-15 01:58:21 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-02-15 01:58:21 -0800
commit37d1f59b362a78222dd754030414dc3cd8f2a6ec (patch)
tree98b756f82d51c9076311096a6db774a734f222c6 /pkgs/servers/uwsgi
parent53a73b0914b33407d966575528f5358b90e635b8 (diff)
uwsgi: 2.0.17.1 -> 2.0.18
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uwsgi/versions
Diffstat (limited to 'pkgs/servers/uwsgi')
-rw-r--r--pkgs/servers/uwsgi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/uwsgi/default.nix b/pkgs/servers/uwsgi/default.nix
index 99eac2760dd1..1deba4e12aff 100644
--- a/pkgs/servers/uwsgi/default.nix
+++ b/pkgs/servers/uwsgi/default.nix
@@ -49,11 +49,11 @@ in
stdenv.mkDerivation rec {
name = "uwsgi-${version}";
- version = "2.0.17.1";
+ version = "2.0.18";
src = fetchurl {
url = "https://projects.unbit.it/downloads/${name}.tar.gz";
- sha256 = "0xxjb9dyivq5531birvxq2gnyxf2x5q7gz54440acra6qwsq4cfj";
+ sha256 = "10zmk4npknigmbqcq1wmhd461dk93159px172112vyq0i19sqwj9";
};
nativeBuildInputs = [ python3 pkgconfig ];