tor: 0.4.7.13 -> 0.4.7.14

This commit is contained in:
R. Ryantm 2023-08-02 06:23:19 +00:00
parent 5aeb601dae
commit 64530ce89a

View file

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.7.13";
version = "0.4.7.14";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-IHkXLM4DRVbxEASOJgg86b6nUfMVSwrSgJdRgVsR6p0=";
sha256 = "sha256-paxn9kZjgPwF6AQ9AcWB5Oiisi/glDABNHPnEGXmXfg=";
};
outputs = [ "out" "geoip" ];