about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-14 18:02:10 +0000
committerGitHub <noreply@github.com>2022-12-14 18:02:10 +0000
commitf9bd55aadeb1dd649d09280d59b9a549d372fe28 (patch)
tree016f3ec683d88c453c7cbc5d37170bbc0fdffe4f /pkgs/servers/http
parentf1fdafaf2507751f9b7bcd7e9d8cdf550823fbb3 (diff)
parenteb81abe9c0f1184d2410780e7e440469887b80ba (diff)
Merge staging-next into staging
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 9b1ddf5da275a..07990338e41f6 100644
--- a/pkgs/servers/http/nginx/mainline.nix
+++ b/pkgs/servers/http/nginx/mainline.nix
@@ -1,6 +1,6 @@
 { callPackage, ... }@args:
 
 callPackage ./generic.nix args {
-  version = "1.23.2";
-  sha256 = "sha256-qAzCctPXKq7nCqi1F7SGKmNcAlZ5BDTb/E1hipmbC0Y=";
+  version = "1.23.3";
+  sha256 = "sha256-dctXh9u5+uGLFIEPkcxDQ/ZM5MJOJzAhNvtSSYBCulQ=";
 }