mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
tor: 0.2.9.10 -> 0.3.0.6
First stable release in the 0.3 series. https://blog.torproject.org/blog/tor-0306-released-new-series-stable
This commit is contained in:
parent
b85893cb9c
commit
7301bf8581
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tor-0.2.9.10";
|
||||
name = "tor-0.3.0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dist.torproject.org/${name}.tar.gz";
|
||||
sha256 = "0h8kpn42mgpkzmnga143hi8nh0ai65ypxh7qhkwbb15j3wz2h4fn";
|
||||
sha256 = "057vq8wagppmrlg85dgbsrk1v67yqpbi9n87s8gn0mdm7kli5rd3";
|
||||
};
|
||||
|
||||
outputs = [ "out" "geoip" ];
|
||||
|
|
Loading…
Reference in a new issue