Merge pull request #144620 from helsinki-systems/upd/nginx

nginxMainline: 1.21.3 -> 1.21.4
This commit is contained in:
Janne Heß 2021-11-05 16:50:05 +01:00 committed by GitHub
commit 631e658ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
{ callPackage, openssl_3_0, ... }@args:
callPackage ./generic.nix args {
version = "1.21.3";
sha256 = "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql";
callPackage ./generic.nix (args // { openssl = openssl_3_0; }) {
version = "1.21.4";
sha256 = "1ziv3xargxhxycd5hp6r3r5mww54nvvydiywcpsamg3i9r3jzxyi";
}