about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorMatt Billenstein <matt@vazor.com>2016-09-08 16:20:27 -0700
committerMatt Billenstein <matt@vazor.com>2016-09-08 16:20:27 -0700
commit6ce8575a2e16a154ea4d74e0dfd8793706f215a5 (patch)
tree46413cefe7b672b2eb3f0b606a5b23bc9de226d4 /pkgs/servers/http
parentca60da803148c0187c6ddfd6d39a22c5c191ad8d (diff)
downloadnixlib-6ce8575a2e16a154ea4d74e0dfd8793706f215a5.tar
nixlib-6ce8575a2e16a154ea4d74e0dfd8793706f215a5.tar.gz
nixlib-6ce8575a2e16a154ea4d74e0dfd8793706f215a5.tar.bz2
nixlib-6ce8575a2e16a154ea4d74e0dfd8793706f215a5.tar.lz
nixlib-6ce8575a2e16a154ea4d74e0dfd8793706f215a5.tar.xz
nixlib-6ce8575a2e16a154ea4d74e0dfd8793706f215a5.tar.zst
nixlib-6ce8575a2e16a154ea4d74e0dfd8793706f215a5.zip
nginx modules: update ngx_devel_kit to 0.3.0
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/modules.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 955139ec6c71..dd211cf43da0 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -72,8 +72,8 @@
     src = fetchFromGitHub {
       owner = "simpl";
       repo = "ngx_devel_kit";
-      rev = "v0.2.19";
-      sha256 = "1cqcasp4lc6yq5pihfcdw4vp4wicngvdc3nqg3bg52r63c1qrz76";
+      rev = "v0.3.0";
+      sha256 = "1br1997zqsjcb1aqm6h6xmi5yx7akxk0qvk8wxc0fnvmyhgzxgx0";
     };
   };