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

nginxMainline: 1.21.0 -> 1.21.1
This commit is contained in:
Sandro
2021-07-09 12:43:37 +02:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.21.0";
sha256 = "0w87zhm5nfx88x9hj6drrvm5f3m02kzbjp39x1lsglrbmi5jl6gy";
version = "1.21.1";
sha256 = "0q2m2pd9x287py54kp49ys5pwnn0j17x7jjl0cx1c5916h8h7fk8";
}