Skip to content

Commit 3e92b56

Browse files
committedDec 19, 2016
tor: 0.2.8.10 -> 0.2.8.12
Notably contains fix for CVE-2016-1254 cc @grahamc
1 parent bb80d77 commit 3e92b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/security/tor/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
}:
44

55
stdenv.mkDerivation rec {
6-
name = "tor-0.2.8.10";
6+
name = "tor-0.2.8.12";
77

88
src = fetchurl {
99
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
10-
sha256 = "0kcw9hq4xz8p91xwyhjfry5p1dmn7vvnhpfz66vl9gsfndbqr2y8";
10+
sha256 = "1bsagy4gcf6hgq04q949hv45ljb36j3ylxxn22cwxy4whgr4hmxk";
1111
};
1212

1313
nativeBuildInputs = [ pkgconfig ];

0 commit comments

Comments
 (0)