about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2021-12-29 09:22:35 +0300
committerIzorkin <izorkin@elven.pw>2021-12-31 22:48:01 +0300
commit5cecafbc93e95ccf21360194b0dd7af84be40341 (patch)
treecd291ebd8926a179519b680e76b1534888343e0d /pkgs/servers/http
parentd58a493e94dc5014e6298c1ee6c755823c5791e2 (diff)
nginxMainline: 1.21.4 -> 1.21.5
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/mainline.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/nginx/mainline.nix b/pkgs/servers/http/nginx/mainline.nix
index 774a3cbe6deb6..ee36216686a5d 100644
--- a/pkgs/servers/http/nginx/mainline.nix
+++ b/pkgs/servers/http/nginx/mainline.nix
@@ -1,6 +1,6 @@
 { callPackage, openssl_3_0, ... }@args:
 
 callPackage ./generic.nix (args // { openssl = openssl_3_0; }) {
-  version = "1.21.4";
-  sha256 = "1ziv3xargxhxycd5hp6r3r5mww54nvvydiywcpsamg3i9r3jzxyi";
+  version = "1.21.5";
+  sha256 = "sha256-sg879TOlGKbw86eWff7thy0mjTHkzBIaAAEylgLdz7s=";
 }