nginxMainline: 1.22.0 -> 1.23.0

This commit is contained in:
Izorkin 2022-06-25 20:56:58 +03:00
parent 15e41e3edf
commit 7a8c541412
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.22.0";
sha256 = "0lzb4sn8hv491zad9kbpvka3m5ayjf1pxqbwllri980idyd5cgdk";
version = "1.23.0";
sha256 = "sha256-ggrKo1uScr6ennL23vpKXykhgkcJ+KpHcseKsx7ZTNE=";
}