nginx: 1.26.3 -> 1.28.0 (#401380)

This commit is contained in:
Sefa Eyeoglu 2025-04-25 21:19:53 +02:00 committed by GitHub
commit acd99c923c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.26.3";
hash = "sha256-ae4rI3dEA25h0kuDZmiq0wQN2kYf5vVw8Xh+q1cMdao=";
version = "1.28.0";
hash = "sha256-xrXGsIbA3508o/9eCEwdDvkJ5gOCecccHD6YX1dv92o=";
}