about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-12-14 12:53:58 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2022-12-14 12:55:03 +0100
commit533ee91117b857416fb3c8af5c083951d536d10c (patch)
tree98c42e3480993f280bc0eb660e76282d4dd40752 /pkgs/servers/http
parent48418588a5b6c2e9a2b1b706eca7fd44b702944e (diff)
nginxMainline: 1.23.2 -> 1.23.3
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=";
 }