mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
tor: 0.4.2.6 -> 0.4.2.7
This commit is contained in:
parent
0bfd0187da
commit
21900acf6d
@ -15,11 +15,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tor";
|
||||
version = "0.4.2.6";
|
||||
version = "0.4.2.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
|
||||
sha256 = "1i766s211nrbjvwvkd2375mjsbbc28yrg46564rbx6w46cj10005";
|
||||
sha256 = "0v82ngwwmmcb7i9563bgsmrjy6xp83xyhqhaljygd0pkvlsxi886";
|
||||
};
|
||||
|
||||
outputs = [ "out" "geoip" ];
|
||||
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.torproject.org/;
|
||||
homepage = "https://www.torproject.org/";
|
||||
repositories.git = https://git.torproject.org/git/tor;
|
||||
description = "Anonymizing overlay network";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user