tor: 0.4.7.11 -> 0.4.7.12

This commit is contained in:
R. Ryantm 2022-12-22 01:57:29 +00:00
parent b10a520017
commit d0458492f8

View file

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.7.11";
version = "0.4.7.12";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-zzyvvu29vF/RwFQOdNbRCgBerf+SkJg5OBX4Z+MqE24=";
sha256 = "sha256-O12WlxLEZ4Ub0CjzFDQ+8VqX6kVxkek/+pcxCwW545U=";
};
outputs = [ "out" "geoip" ];