nginxMainline: 1.15.1 -> 1.15.2 (#44431)
This commit is contained in:
parent
5a43f6ffeb
commit
c481117673
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix (args // {
|
||||
version = "1.15.1";
|
||||
sha256 = "0q2lkpnfqf74p22vrcldx0gcnss3is7rnp54fgpvhcpqsxc6h867";
|
||||
version = "1.15.2";
|
||||
sha256 = "145dcypq8dqc5as03iy1ycwifwynq9p4i8m56fn7g0myryp0kfpf";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue