nginxMainline: 1.29.3 -> 1.29.4

This commit is contained in:
éclairevoyant
2025-12-21 01:18:32 -05:00
parent 132269c458
commit f826df47fa
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.29.3";
hash = "sha256-m+/M7RLuCcL04Thdfo4hyR8aWmOxlvePiXwtBEuMkxI=";
version = "1.29.4";
hash = "sha256-Wn037uUFhm+6tYEPqfeCR9bV2RV6WVxOenIEMUHdqyU=";
}