mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Merge pull request #107114 from helsinki-systems/upd/nginx
nginx: 1.19.5 -> 1.19.6
This commit is contained in:
commit
a0a87c86ac
@ -149,6 +149,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://nginx.org";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ];
|
||||
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ajs124 ];
|
||||
};
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix args {
|
||||
version = "1.19.5";
|
||||
sha256 = "173rv8gacd9bakb0r9jmkr4pqgjw9mzpdh3f7x2d8ln4ssplc2jw";
|
||||
version = "1.19.6";
|
||||
sha256 = "1d9kzks8x1226prjbpdin4dz93fjnv304zlqybfqachx5fh9a4di";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user