nginxMainline: 1.27.4 -> 1.27.5 (#399387)

This commit is contained in:
Thiago Kenji Okada
2025-04-19 18:04:23 +01:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.27.4";
hash = "sha256-KUgW+HmzAOYh+k7dU1PdHsALrbBWOZ7Osw3n22S3U7I=";
version = "1.27.5";
hash = "sha256-6WrOu5wqbbigAMPdGzLsuhuBDwzVhiMtTZIeN2Z03Q4=";
}