nginxMainline: 1.27.4 -> 1.27.5

Changes: https://github.com/nginx/nginx/releases/tag/release-1.27.5
This commit is contained in:
Sergei Trofimovich
2025-04-17 06:25:53 +01:00
parent c73deb7619
commit d6c19d6f5e
+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=";
}