pyopenssl: update from 0.13 to 0.13.1, potentially fixes CVE-2013-4314

This commit is contained in:
Nixpkgs Monitor 2013-12-04 05:26:34 +02:00 committed by Evgeny Egorochkin
parent e3f69c5dcc
commit a830c0eb9d

View File

@ -2,7 +2,7 @@ a :
let let
fetchurl = a.fetchurl; fetchurl = a.fetchurl;
version = a.lib.attrByPath ["version"] "0.13" a; version = a.lib.attrByPath ["version"] "0.13.1" a;
propagatedBuildInputs = with a; [ propagatedBuildInputs = with a; [
openssl python openssl python
]; ];
@ -10,7 +10,7 @@ in
rec { rec {
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz"; url = "http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz";
sha256 = "21e12b03abaa0e04ecc8cd9c251598f71bae11c9f385304234e4ea5618c6163b"; sha256 = "1nrg2kas0wsv65j8sia8zkkc6ir5i20lrhkfavjxzxhl0iqyq1ms";
}; };
inherit propagatedBuildInputs; inherit propagatedBuildInputs;