From 68c39e6f41a104a38685f90162c02effbccf6510 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Tue, 11 Apr 2023 22:12:12 +0200 Subject: [PATCH] nginxMainline: 1.23.4 -> 1.24.0 --- pkgs/servers/http/nginx/mainline.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/nginx/mainline.nix b/pkgs/servers/http/nginx/mainline.nix index 5007defeed1e..e43eb0d7b593 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.4"; - hash = "sha256-1DMA42uySafm7cYLyhsPw3Kguvzi80bXas+2d6h5D8A="; + version = "1.24.0"; + hash = "sha256-d6JUFje5KmIePudndsi3tAz21wfmm6U6lAKD4w/y9V0="; }