mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
3c2e932450
This release contains fixes for * CVE-2016-2849 * CVE-2016-2850
9 lines
198 B
Nix
9 lines
198 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
baseVersion = "1.11";
|
|
revision = "29";
|
|
sha256 = "157bp8716h17agrxyj7xpsj2i5sqhafj1nfx4gpzccx7y2kyq176";
|
|
openssl = null;
|
|
})
|