nginxMainline: 1.27.1 -> 1.27.2

Changes: https://nginx.org/en/CHANGES
(cherry picked from commit a104755959)
This commit is contained in:
Sergei Trofimovich 2024-10-09 06:42:21 +01:00 committed by github-actions[bot]
parent 0c131e4544
commit 95b501060b

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.27.1";
hash = "sha256-vXumimzh6jdot3HH4qtJVaWfsbGujVVP7bbCMEEEvfw=";
version = "1.27.2";
hash = "sha256-qR7Pw6CzosFBOvymJ72IbXbgQUuBytD7eHKpZVobJfo=";
}