1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tor: update from 0.2.4.23 to 0.2.4.24

This commit is contained in:
Evgeny Egorochkin 2014-10-25 20:29:42 +03:00
parent 8977addc3a
commit a6dc9ce957

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libevent, openssl, zlib }:
stdenv.mkDerivation rec {
name = "tor-0.2.4.23";
name = "tor-0.2.4.24";
src = fetchurl {
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
sha256 = "0a8l6d82hk4wbn7nlphd3c1maxhgdli8338wbg5r9dk6zcy7k8q5";
sha256 = "1l8aczqz8injzcj3mabx4figl8ahkzb0vs9s3nir6kn0b1l5rccr";
};
buildInputs = [ libevent openssl zlib ];