about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2021-04-16 03:04:11 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2022-01-02 20:55:16 -0500
commitca90544f45c0a465258630276eecfe0ab2486e27 (patch)
treeda117447a6802e8d5f4de3222108d1a9e7f24691
parent4bc4c7f1a0c4df808c3e7f0953dd780f6b8a0dd5 (diff)
downloadnixlib-ca90544f45c0a465258630276eecfe0ab2486e27.tar
nixlib-ca90544f45c0a465258630276eecfe0ab2486e27.tar.gz
nixlib-ca90544f45c0a465258630276eecfe0ab2486e27.tar.bz2
nixlib-ca90544f45c0a465258630276eecfe0ab2486e27.tar.lz
nixlib-ca90544f45c0a465258630276eecfe0ab2486e27.tar.xz
nixlib-ca90544f45c0a465258630276eecfe0ab2486e27.tar.zst
nixlib-ca90544f45c0a465258630276eecfe0ab2486e27.zip
nginx-fancyindex: v0.4.4 -> v0.5.2
Add myself (aneeshusa) as a maintainer.
-rw-r--r--pkgs/servers/http/nginx/modules.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 1d89fd8d9752..4860dd9a9347 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -114,8 +114,11 @@ in
       name = "fancyindex";
       owner = "aperezdc";
       repo = "ngx-fancyindex";
-      rev = "v0.4.4";
-      sha256 = "14xmzcl608pr7hb7wng6hpz7by51cfnxlszbka3zhp3kk86ljsi6";
+      rev = "v0.5.2";
+      sha256 = "0nar45lp3jays3p6b01a78a6gwh6v0snpzcncgiphcqmj5kw8ipg";
+    };
+    meta = {
+      maintainers = with lib.maintainers; [ aneeshusa ];
     };
   };