tor: 0.4.8.13 -> 0.4.8.14 (#379902)

This commit is contained in:
Pavol Rusnak
2025-02-06 21:46:02 +01:00
committed by GitHub
+2 -2
View File
@@ -50,11 +50,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.8.13";
version = "0.4.8.14";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-m68mw4eiggs5QtpXIUbm63fCvGaGKvYpfNAqB05vuig=";
sha256 = "sha256-UEfh3tEtmqxOuFj3Y0pidxTdWM6ZBT1RdpGkswSmbRA=";
};
outputs = [