Merge pull request #119740 from LeSuisse/tor-0.4.5.7

tor: 0.4.5.6 -> 0.4.5.7
This commit is contained in:
Pavol Rusnak 2021-04-17 21:04:23 +02:00 committed by GitHub
commit 3c28fc677c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.5.6";
version = "0.4.5.7";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0cz78pjw2bc3kl3ziip1nhhbq89crv315rf1my3zmmgd9xws7jr2";
sha256 = "0x7hhl0svfc4yh9xvq7kkzgmwjcw1ak9i0794wjg4biy2fmclzs4";
};
outputs = [ "out" "geoip" ];