aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2020-11-20 02:22:42 +0100
committerGitHub <noreply@github.com>2020-11-20 02:22:42 +0100
commit661981e5afee074091d97b95c0cb49791f2ed115 (patch)
treeae38062671aa9965ea816bdd37f3ca1afbec310b /pkgs
parentcd423a2d155b950125eda9b0669eb2d9d54a5da9 (diff)
parent4c0678ca9a4ba96eccceba80856581ef80cc1a3e (diff)
Merge pull request #104076 from prusnak/tor
tor: 0.4.4.5 -> 0.4.4.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/tor/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix
index 791ba8028866..04bf598d132a 100644
--- a/pkgs/tools/security/tor/default.nix
+++ b/pkgs/tools/security/tor/default.nix
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "tor";
- version = "0.4.4.5";
+ version = "0.4.4.6";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
- sha256 = "09lr6l98qmc69pzsi8r02z86v969dbfwjrwphfm3npknzq5a0p54";
+ sha256 = "1p0zpqmbskygx0wmiijhprg8r45n2wqbbjl7kv4gbb83b0alq5az";
};
outputs = [ "out" "geoip" ];
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers;
- [ phreedom thoughtpolice joachifm ];
+ [ phreedom thoughtpolice joachifm prusnak ];
platforms = platforms.unix;
};
}