2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 13:49:14 +00:00

tor: 0.4.6.9 -> 0.4.6.10

This commit is contained in:
Alyssa Ross 2022-03-07 13:57:25 +00:00
parent 9307a4d328
commit 742424ccf6
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.6.9";
version = "0.4.6.10";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "1ad99k4wysxrnlaprv7brxr2nc0h5zdnrh0rma10pqlck2037sf7";
sha256 = "lMzWDgTlWPM75zAyvITqJBZg+S9Yz7iHib2miTc54xw=";
};
outputs = [ "out" "geoip" ];