diff options
Diffstat (limited to 'customized')
| -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 ]; |
