nginxMainline: 1.29.4 -> 1.29.5

This commit is contained in:
Joachim Ernst
2026-02-05 11:46:43 +01:00
parent 1b9d1caaff
commit 052ffd2054
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.29.4";
hash = "sha256-Wn037uUFhm+6tYEPqfeCR9bV2RV6WVxOenIEMUHdqyU=";
version = "1.29.5";
hash = "sha256-Z0R2ikEUiA83sToEQyROcxvLMTDAoGXX432P1Ymt43Q=";
}