diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-14 14:53:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-14 14:53:31 +0200 |
commit | 7f3b9a978722491eedd368bd060b34d56e584c76 (patch) | |
tree | 02c4045130a09bd74fe0509327dadef8a37b9426 /customized/uwsgi.nix | |
parent | 16e4883e3d74fc6365e9c8e3eb6632c741737dcb (diff) | |
download | nixos-7f3b9a978722491eedd368bd060b34d56e584c76.tar nixos-7f3b9a978722491eedd368bd060b34d56e584c76.tar.gz nixos-7f3b9a978722491eedd368bd060b34d56e584c76.tar.bz2 nixos-7f3b9a978722491eedd368bd060b34d56e584c76.tar.xz nixos-7f3b9a978722491eedd368bd060b34d56e584c76.zip |
uwsgi bump
Diffstat (limited to 'customized/uwsgi.nix')
-rw-r--r-- | customized/uwsgi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/customized/uwsgi.nix b/customized/uwsgi.nix index cb405959..652d1449 100644 --- a/customized/uwsgi.nix +++ b/customized/uwsgi.nix | |||
@@ -25,11 +25,11 @@ in | |||
25 | assert builtins.filter (x: lib.all (y: y.name != x) available) plugins == []; | 25 | assert builtins.filter (x: lib.all (y: y.name != x) available) plugins == []; |
26 | 26 | ||
27 | stdenv.mkDerivation rec { | 27 | stdenv.mkDerivation rec { |
28 | name = "uwsgi-2.0.11.1"; | 28 | name = "uwsgi-2.0.13.1"; |
29 | 29 | ||
30 | src = fetchurl { | 30 | src = fetchurl { |
31 | url = "http://projects.unbit.it/downloads/${name}.tar.gz"; | 31 | url = "http://projects.unbit.it/downloads/${name}.tar.gz"; |
32 | sha256 = "11v2j9n204hlvi1p1wp4r3nn22fqyd1qlbqcfqddi77sih9x79vm"; | 32 | sha256 = "0zwdljaljzshrdcqsrr2l2ak2zcmsps4glac2lrg0xmb28phrjif"; |
33 | }; | 33 | }; |
34 | 34 | ||
35 | nativeBuildInputs = [ python3 pkgconfig ]; | 35 | nativeBuildInputs = [ python3 pkgconfig ]; |