tor: 0.2.8.10 -> 0.2.8.12

Notably contains fix for CVE-2016-1254

cc @grahamc
This commit is contained in:
Joachim Fasting 2016-12-19 18:04:25 +01:00
parent bb80d77d84
commit 3e92b56be3
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -3,11 +3,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tor-0.2.8.10"; name = "tor-0.2.8.12";
src = fetchurl { src = fetchurl {
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz"; url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
sha256 = "0kcw9hq4xz8p91xwyhjfry5p1dmn7vvnhpfz66vl9gsfndbqr2y8"; sha256 = "1bsagy4gcf6hgq04q949hv45ljb36j3ylxxn22cwxy4whgr4hmxk";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];