Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-18 00:15:36 +00:00
committed by GitHub
13 changed files with 225 additions and 16 deletions
+2 -2
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" ];