about summary refs log tree commit diff
path: root/pkgs/servers/http/nginx
diff options
context:
space:
mode:
authorKristoffer Søholm <k.soeholm@gmail.com>2023-12-01 21:06:38 +0100
committerKristoffer Søholm <k.soeholm@gmail.com>2023-12-01 21:06:38 +0100
commit6c19bd6631327933501f5d00f2d23557428dc05c (patch)
tree913352bafcb27a78e0dad32ccc8c12b4c76119fb /pkgs/servers/http/nginx
parentae4f0a84c012b682732faf5496d481dc98f6ca7b (diff)
downloadnixlib-6c19bd6631327933501f5d00f2d23557428dc05c.tar
nixlib-6c19bd6631327933501f5d00f2d23557428dc05c.tar.gz
nixlib-6c19bd6631327933501f5d00f2d23557428dc05c.tar.bz2
nixlib-6c19bd6631327933501f5d00f2d23557428dc05c.tar.lz
nixlib-6c19bd6631327933501f5d00f2d23557428dc05c.tar.xz
nixlib-6c19bd6631327933501f5d00f2d23557428dc05c.tar.zst
nixlib-6c19bd6631327933501f5d00f2d23557428dc05c.zip
nginxModules.zstd: 0.1.0 -> 0.1.1
Diffstat (limited to 'pkgs/servers/http/nginx')
-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 e1ef395f9d92..a1e9eabdb3d9 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -1029,8 +1029,8 @@ let self = {
       name = "zstd";
       owner = "tokers";
       repo = "zstd-nginx-module";
-      rev = "0.1.0";
-      hash = "sha256-8SBU9hJnKtNrwbpioy+Z/mfiVuqAx+U1t64m5tfEy6o=";
+      rev = "0.1.1";
+      hash = "sha256-1gCV7uUsuYnZfb9e8VfjWkUloVINOUH5qzeJ03kIHgs=";
     };
 
     inputs = [ zstd ];