nixpkgs/pkgs/servers/http/nginx/stable.nix
Franz Pletz b5daad4268 nginx: refactor and add mainline version
Upstream calls the unstable version mainline.
2016-07-19 01:20:49 +02:00

7 lines
159 B
Nix

{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "1.10.1";
sha256 = "00d8hxj8453c7989qd7z4f1mjp0k3ib8k29i1qyf11b4ar35ilqz";
})