From 7f3b9a978722491eedd368bd060b34d56e584c76 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 14 Jun 2016 14:53:31 +0200 Subject: uwsgi bump --- customized/uwsgi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'customized/uwsgi.nix') 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 assert builtins.filter (x: lib.all (y: y.name != x) available) plugins == []; stdenv.mkDerivation rec { - name = "uwsgi-2.0.11.1"; + name = "uwsgi-2.0.13.1"; src = fetchurl { url = "http://projects.unbit.it/downloads/${name}.tar.gz"; - sha256 = "11v2j9n204hlvi1p1wp4r3nn22fqyd1qlbqcfqddi77sih9x79vm"; + sha256 = "0zwdljaljzshrdcqsrr2l2ak2zcmsps4glac2lrg0xmb28phrjif"; }; nativeBuildInputs = [ python3 pkgconfig ]; -- cgit v1.2.3